Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/storage/
DExternalStorageFormatter.java123 IMountService mountService = getMountService(); in onCancel() local
128 mountService.mountVolume(extStoragePath); in onCancel()
150 IMountService mountService = getMountService(); in updateProgressState() local
156 mountService.unmountVolume(extStoragePath, true, mFactoryReset); in updateProgressState()
164 final IMountService mountService = getMountService(); in updateProgressState() local
168 if (mountService != null) { in updateProgressState()
174 mountService.formatVolume(extStoragePath); in updateProgressState()
194 mountService.mountVolume(extStoragePath); in updateProgressState()
/frameworks/base/core/java/android/os/
DEnvironment.java66 IMountService mountService = IMountService.Stub.asInterface(ServiceManager in getPrimaryVolume() local
68 final StorageVolume[] volumes = mountService.getVolumeList(); in getPrimaryVolume()
595 IMountService mountService = IMountService.Stub.asInterface(ServiceManager in getExternalStorageState() local
598 return mountService.getVolumeState(primary.getPath()); in getExternalStorageState()
/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java75 IMountService mountService = getMountService(); in createSdDir() local
80 int rc = mountService.createSecureContainer(cid, sizeMb, "ext4", sdEncKey, uid, in createSdDir()
86 String cachePath = mountService.getSecureContainerPath(cid); in createSdDir()
/frameworks/base/services/java/com/android/server/
DSystemServer.java134 MountService mountService = null; in run() local
407 mountService = new MountService(context); in run()
408 ServiceManager.addService("mount", mountService); in run()
531 if (mountService != null) { in run()
532 mountService.waitForAsecScan(); in run()
837 final MountService mountServiceF = mountService; in run()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java590 IMountService mountService = IMountService.Stub.asInterface(service); in updateEncryptionPassword() local
592 mountService.changeEncryptionPassword(password); in updateEncryptionPassword()