Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java467 private volatile int mMediaStoreAuthorityAppId = -1; field in StorageManagerService
2106 mMediaStoreAuthorityAppId = UserHandle.getAppId(provider.applicationInfo.uid); in servicesReady()
3628 if (callingAppId != mMediaStoreAuthorityAppId) { in enforceExternalStorageService()
3849 mMediaStoreAuthorityAppId); in getVolumeList()
4959 return mMediaStoreAuthorityAppId == UserHandle.getAppId(uid); in isExternalStorageService()