Searched refs:mCachedCallingIdentityForFuse (Results 1 – 1 of 1) sorted by relevance
489 private final SparseArray<LocalCallingIdentity> mCachedCallingIdentityForFuse = field in MediaProvider500 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()