Home
last modified time | relevance | path

Searched refs:mConstraintIsValid (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Music/src/com/android/music/
DQueryBrowserActivity.java329 private boolean mConstraintIsValid = false; field in QueryBrowserActivity.QueryListAdapter
449 if (mConstraintIsValid && ((s == null && mConstraint == null) in runQueryOnBackgroundThread()
455 mConstraintIsValid = true; in runQueryOnBackgroundThread()
DPlaylistBrowserActivity.java537 private boolean mConstraintIsValid = false; field in PlaylistBrowserActivity.PlaylistListAdapter
617 if (mConstraintIsValid && ((s == null && mConstraint == null) in runQueryOnBackgroundThread()
623 mConstraintIsValid = true; in runQueryOnBackgroundThread()
DAlbumBrowserActivity.java494 private boolean mConstraintIsValid = false; field in AlbumBrowserActivity.AlbumListAdapter
631 if (mConstraintIsValid && ((s == null && mConstraint == null) in runQueryOnBackgroundThread()
637 mConstraintIsValid = true; in runQueryOnBackgroundThread()
DArtistAlbumBrowserActivity.java558 private boolean mConstraintIsValid = false; field in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
827 if (mConstraintIsValid && ((s == null && mConstraint == null) in runQueryOnBackgroundThread()
833 mConstraintIsValid = true; in runQueryOnBackgroundThread()
DTrackBrowserActivity.java1303 private boolean mConstraintIsValid = false;
1502 if (mConstraintIsValid && ((s == null && mConstraint == null)
1508 mConstraintIsValid = true;