Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java713 private LocalCallingIdentity getCachedCallingIdentityForFuse(int uid) { in getCachedCallingIdentityForFuse() method in MediaProvider
2522 LocalCallingIdentity callingIdentityForOriginalUid = getCachedCallingIdentityForFuse( in handlePickerFileOpen()
2882 clearLocalCallingIdentity(getCachedCallingIdentityForFuse(uid)); in getFilesInDirectoryForFuse()
3502 clearLocalCallingIdentity(getCachedCallingIdentityForFuse(uid)); in renameForFuse()
5746 return getCachedCallingIdentityForFuse(uid);
6437 if (!isFuseThread() && getCachedCallingIdentityForFuse(Binder.getCallingUid()).
9823 clearLocalCallingIdentity(getCachedCallingIdentityForFuse(uid));
9975 clearLocalCallingIdentity(getCachedCallingIdentityForFuse(uid));
10290 clearLocalCallingIdentity(getCachedCallingIdentityForFuse(uid));
10417 final LocalCallingIdentity localCallingIdentity = getCachedCallingIdentityForFuse(uid);
[all …]