Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPhotoPickerProvider.java106 final LocalCallingIdentity token = mMediaProvider.clearLocalCallingIdentity(); in onOpenPreview()
118 final LocalCallingIdentity token = mMediaProvider.clearLocalCallingIdentity(); in onOpenMedia()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java1557 public LocalCallingIdentity clearLocalCallingIdentity() { in clearLocalCallingIdentity() method in MediaProvider
1562 return clearLocalCallingIdentity(LocalCallingIdentity.fromSelfAsUser(getContext(), user)); in clearLocalCallingIdentity()
1565 public LocalCallingIdentity clearLocalCallingIdentity(LocalCallingIdentity replacement) { in clearLocalCallingIdentity() method in MediaProvider
2158 final LocalCallingIdentity tokenInner = clearLocalCallingIdentity(); in scanFileAsMediaProvider()
2388 final LocalCallingIdentity token = clearLocalCallingIdentity(); in handleRedactedFileLookup()
2882 clearLocalCallingIdentity(getCachedCallingIdentityForFuse(uid)); in getFilesInDirectoryForFuse()
3181 final LocalCallingIdentity token = clearLocalCallingIdentity(); in getAllFilesForRenameDirectory()
3226 final LocalCallingIdentity token = clearLocalCallingIdentity(); in getWritableFilesForRenameDirectory()
3502 clearLocalCallingIdentity(getCachedCallingIdentityForFuse(uid)); in renameForFuse()
3602 final LocalCallingIdentity token = clearLocalCallingIdentity( in checkUriPermission()
[all …]