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