Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java489 private final SparseArray<LocalCallingIdentity> mCachedCallingIdentityForFuse = field in MediaProvider
500 synchronized (mCachedCallingIdentityForFuse) { in getCachedCallingIdentityForFuse()
502 LocalCallingIdentity identity = mCachedCallingIdentityForFuse.get(uid); in getCachedCallingIdentityForFuse()
506 mCachedCallingIdentityForFuse.put(uid, identity); in getCachedCallingIdentityForFuse()
588 synchronized (mCachedCallingIdentityForFuse) { in invalidateLocalCallingIdentityCache()
592 mCachedCallingIdentityForFuse.remove( in invalidateLocalCallingIdentityCache()