Searched refs:storageManagerInternal (Results 1 – 3 of 3) sorted by relevance
847 StorageManagerInternal storageManagerInternal = LocalServices.getService( in systemReady() local849 storageManagerInternal.addExternalStoragePolicy( in systemReady()1400 final StorageManagerInternal storageManagerInternal = in notifyOpChangedSync() local1402 if (storageManagerInternal != null) { in notifyOpChangedSync()1403 storageManagerInternal.onAppOpsChanged(code, uid, packageName, mode); in notifyOpChangedSync()
1562 StorageManagerInternal storageManagerInternal = LocalServices.getService(1564 mountExternal = storageManagerInternal.getExternalStorageMountMode(uid,
2221 StorageManagerInternal storageManagerInternal = LocalServices.getService( in grantRuntimePermission() local2223 storageManagerInternal.onExternalStoragePolicyChanged(uid, packageName); in grantRuntimePermission()