Searched refs:NO_LIMIT (Results 1 – 4 of 4) sorted by relevance
59 private static final int NO_LIMIT = 0; field in TvProviderSearch180 NO_LIMIT)); in searchChannels()278 if (limit != NO_LIMIT && ++count >= limit) { in searchChannels()456 if (limit != NO_LIMIT && ++count >= limit) { in searchPrograms()
99 private static final int NO_LIMIT = -1; field in DownloadStorageProvider336 getMediaStoreIdString(parentDocId), NO_LIMIT, manage); in queryChildDocuments()354 null /* parentId */, NO_LIMIT, manage); in queryChildDocuments()455 notificationUris, null /* parentId */, NO_LIMIT, true /* includePending */); in querySearchDocuments()877 if (limit != NO_LIMIT) { in includeDownloadsFromMediaStore()
32 public static final int NO_LIMIT = -1; field in ListParams
661 final ListParams listParams = new ListParams(ListParams.NO_LIMIT, in deliverResult()