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