Searched refs:maxId (Results 1 – 4 of 4) sorted by relevance
384 long maxId = -Long.MAX_VALUE; in restoreState() local387 if (id > maxId) { in restoreState()388 maxId = id; in restoreState()424 sNextId = maxId + 1; in restoreState()
531 long maxId = Directory.LOCAL_INVISIBLE; in changeDirectories() local536 if (id > maxId) { in changeDirectories()537 maxId = id; in changeDirectories()547 mFirstExtendedDirectoryId = maxId + 1; in changeDirectories()
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()
817 long maxId = 0; in recreateWorkspaceTable() local823 maxId = Math.max(maxId, id); in recreateWorkspaceTable()843 mMaxScreenId = maxId; in recreateWorkspaceTable()