Home
last modified time | relevance | path

Searched refs:mCachedCallingIdentityForFuse (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java626 private final SparseArray<LocalCallingIdentity> mCachedCallingIdentityForFuse = field in MediaProvider
714 synchronized (mCachedCallingIdentityForFuse) { in getCachedCallingIdentityForFuse()
716 LocalCallingIdentity identity = mCachedCallingIdentityForFuse.get(uid); in getCachedCallingIdentityForFuse()
720 mCachedCallingIdentityForFuse.put(uid, identity); in getCachedCallingIdentityForFuse()
904 synchronized (mCachedCallingIdentityForFuse) { in invalidateLocalCallingIdentityCache()
905 if (mCachedCallingIdentityForFuse.contains(packageUid)) { in invalidateLocalCallingIdentityCache()
906 mCachedCallingIdentityForFuse.get(packageUid).dump(reason); in invalidateLocalCallingIdentityCache()
907 mCachedCallingIdentityForFuse.remove(packageUid); in invalidateLocalCallingIdentityCache()
1616 synchronized (mCachedCallingIdentityForFuse) { in onIdleMaintenance()
1617 for (int i = 0; i < mCachedCallingIdentityForFuse.size(); i++) { in onIdleMaintenance()
[all …]