Searched refs:maxId (Results 1 – 6 of 6) sorted by relevance
72 long maxId = ContactsContract.Directory.LOCAL_INVISIBLE; in getDirectoryId() local75 if (id > maxId) { in getDirectoryId()76 maxId = id; in getDirectoryId()80 return maxId + 1; in getDirectoryId()
210 long maxId = 0; in start()226 if (maxId < r.getId()) { in start()227 maxId = r.getId(); in start()230 IdGenerator.SERIES_RECORDING.setMaxId(maxId); in start()247 long maxId = 0; in start()308 if (maxId < r.getId()) { in start()309 maxId = r.getId(); in start()318 IdGenerator.SCHEDULED_RECORDING.setMaxId(maxId); in start()
32 public void setMaxId(long maxId) { in setMaxId() argument33 mMaxId.set(maxId); in setMaxId()
133 private ArrayList<Integer> queryExistingIds(Uri uri, int minId, int maxId) { in queryExistingIds() argument135 if (minId == Integer.MAX_VALUE || maxId == Integer.MIN_VALUE) return ids; in queryExistingIds()137 String[] selectionArgs = {String.valueOf(minId), String.valueOf(maxId)}; in queryExistingIds()
125 int maxId = 0; in importWorkspaceItems() local162 maxId = Math.max(maxId, id); in importWorkspaceItems()292 hotseatTargetApps, hotseatItems, insertOperations, maxId + 1, myHotseatCount); in importWorkspaceItems()
605 long maxId = Directory.LOCAL_INVISIBLE; in changeDirectories() local610 if (id > maxId) { in changeDirectories()611 maxId = id; in changeDirectories()621 mFirstExtendedDirectoryId = maxId + 1; in changeDirectories()