make buildQuery() private
This commit is contained in:
parent
5f2b998a98
commit
f592d684a3
@ -242,7 +242,7 @@ public class MediaAdapter
|
||||
* @param forceMusicCheck Force the is_music check to be added to the
|
||||
* selection.
|
||||
*/
|
||||
public QueryTask buildQuery(String[] projection, boolean forceMusicCheck)
|
||||
private QueryTask buildQuery(String[] projection, boolean forceMusicCheck)
|
||||
{
|
||||
String constraint = mConstraint;
|
||||
Limiter limiter = mLimiter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user