Searched refs:mUidsWithLegacyExternalStorage (Results 1 – 1 of 1) sorted by relevance
628 private final Set<Integer> mUidsWithLegacyExternalStorage = new ArraySet<>(); field in StorageManagerService2045 mUidsWithLegacyExternalStorage.add(uid); in updateLegacyStorageApps()2050 mUidsWithLegacyExternalStorage.remove(uid); in updateLegacyStorageApps()4756 return mUidsWithLegacyExternalStorage.contains(uid); in hasLegacyExternalStorage()