Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java952 public LocalCallingIdentity clearLocalCallingIdentity() { in clearLocalCallingIdentity() method in MediaProvider
953 return clearLocalCallingIdentity(LocalCallingIdentity.fromSelf(getContext())); in clearLocalCallingIdentity()
956 public LocalCallingIdentity clearLocalCallingIdentity(LocalCallingIdentity replacement) { in clearLocalCallingIdentity() method in MediaProvider
1471 clearLocalCallingIdentity(getCachedCallingIdentityForFuse(uid)); in getFilesInDirectoryForFuse()
1539 final LocalCallingIdentity token = clearLocalCallingIdentity(); in scanRenamedDirectoryForFuse()
1711 final LocalCallingIdentity token = clearLocalCallingIdentity(); in getAllFilesForRenameDirectory()
1753 final LocalCallingIdentity token = clearLocalCallingIdentity(); in getWritableFilesForRenameDirectory()
2014 clearLocalCallingIdentity(getCachedCallingIdentityForFuse(uid)); in renameForFuse()
2101 final LocalCallingIdentity token = clearLocalCallingIdentity( in checkUriPermission()
2284 final LocalCallingIdentity token = clearLocalCallingIdentity(); in getType()
[all …]