Searched refs:mPreMigrationPriorityCache (Results 1 – 1 of 1) sorted by relevance
63 @Nullable private Map<Integer, List<Long>> mPreMigrationPriorityCache; field in PriorityMigrationHelper92 if (mPreMigrationPriorityCache == null) { in getPreMigrationPriority()93 mPreMigrationPriorityCache = createPreMigrationTable(); in getPreMigrationPriority()97 mPreMigrationPriorityCache.getOrDefault(dataCategory, new ArrayList<>())); in getPreMigrationPriority()121 mPreMigrationPriorityCache = null; in clearCache()