Searched refs:mountService (Results 1 – 5 of 5) sorted by relevance
123 IMountService mountService = getMountService(); in onCancel() local128 mountService.mountVolume(extStoragePath); in onCancel()150 IMountService mountService = getMountService(); in updateProgressState() local156 mountService.unmountVolume(extStoragePath, true, mFactoryReset); in updateProgressState()164 final IMountService mountService = getMountService(); in updateProgressState() local168 if (mountService != null) { in updateProgressState()174 mountService.formatVolume(extStoragePath); in updateProgressState()194 mountService.mountVolume(extStoragePath); in updateProgressState()
66 IMountService mountService = IMountService.Stub.asInterface(ServiceManager in getPrimaryVolume() local68 final StorageVolume[] volumes = mountService.getVolumeList(); in getPrimaryVolume()595 IMountService mountService = IMountService.Stub.asInterface(ServiceManager in getExternalStorageState() local598 return mountService.getVolumeState(primary.getPath()); in getExternalStorageState()
75 IMountService mountService = getMountService(); in createSdDir() local80 int rc = mountService.createSecureContainer(cid, sizeMb, "ext4", sdEncKey, uid, in createSdDir()86 String cachePath = mountService.getSecureContainerPath(cid); in createSdDir()
134 MountService mountService = null; in run() local407 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()
590 IMountService mountService = IMountService.Stub.asInterface(service); in updateEncryptionPassword() local592 mountService.changeEncryptionPassword(password); in updateEncryptionPassword()