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