Searched refs:mStorageManagerInternal (Results 1 – 2 of 2) sorted by relevance
498 private final StorageManagerInternalImpl mStorageManagerInternal field in StorageManagerService965 mStorageManagerInternal.onReset(mVold); in resetIfBootedAndConnected()1542 LocalServices.addService(StorageManagerInternal.class, mStorageManagerInternal); in StorageManagerService()3050 storagePermission = mStorageManagerInternal.hasExternalStorage(uid, packageName); in getVolumeList()
1016 private StorageManagerInternal mStorageManagerInternal; field in PackageManagerService4925 if (mStorageManagerInternal == null) {4926 mStorageManagerInternal = LocalServices.getService(StorageManagerInternal.class);4928 return mStorageManagerInternal;