Searched refs:maxId (Results 1 – 7 of 7) sorted by relevance
186 long maxId = 0; in start()199 if (maxId < r.getId()) { in start()200 maxId = r.getId(); in start()203 IdGenerator.SERIES_RECORDING.setMaxId(maxId); in start()219 long maxId = 0; in start()259 if (maxId < r.getId()) { in start()260 maxId = r.getId(); in start()269 IdGenerator.SCHEDULED_RECORDING.setMaxId(maxId); in start()
40 public void setMaxId(long maxId) { in setMaxId() argument41 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()
152 int maxId = 0; in importWorkspaceItems() local188 maxId = Math.max(maxId, id); in importWorkspaceItems()316 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()
520 long maxId = Directory.LOCAL_INVISIBLE; in changeDirectories() local525 if (id > maxId) { in changeDirectories()526 maxId = id; in changeDirectories()536 mFirstExtendedDirectoryId = maxId + 1; in changeDirectories()
1007 long maxId = 0; in recreateWorkspaceTable() local1013 maxId = Math.max(maxId, id); in recreateWorkspaceTable()1033 mMaxScreenId = maxId; in recreateWorkspaceTable()