Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java847 StorageManagerInternal storageManagerInternal = LocalServices.getService( in systemReady() local
849 storageManagerInternal.addExternalStoragePolicy( in systemReady()
1400 final StorageManagerInternal storageManagerInternal = in notifyOpChangedSync() local
1402 if (storageManagerInternal != null) { in notifyOpChangedSync()
1403 storageManagerInternal.onAppOpsChanged(code, uid, packageName, mode); in notifyOpChangedSync()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java1562 StorageManagerInternal storageManagerInternal = LocalServices.getService(
1564 mountExternal = storageManagerInternal.getExternalStorageMountMode(uid,
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java2221 StorageManagerInternal storageManagerInternal = LocalServices.getService( in grantRuntimePermission() local
2223 storageManagerInternal.onExternalStoragePolicyChanged(uid, packageName); in grantRuntimePermission()