Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DTranscodeHelperImpl.java666 LocalCallingIdentity identity = mMediaProvider.getCachedCallingIdentityForTranscoding(uid); in doesAppNeedTranscoding()
H A DMediaProvider.java4471 LocalCallingIdentity getCachedCallingIdentityForTranscoding(int uid) { in getCachedCallingIdentityForTranscoding() method