Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/
DMemory.java300 IMountService mountService = getMountService();
305 mountService.unmountVolume(sClickedMountPoint, true, false);
318 IMountService mountService = getMountService();
319 int stUsers[] = mountService.getStorageUsers(sClickedMountPoint);
354 IMountService mountService = getMountService();
356 if (mountService != null) {
357 mountService.mountVolume(sClickedMountPoint);
/packages/apps/Settings/src/com/android/settings/
DCryptKeeperConfirm.java79 IMountService mountService = IMountService.Stub.asInterface(service); in onCreate()
82mountService.encryptStorage(args.getInt("type", -1), args.getString("password")); in onCreate()
129 IMountService mountService = IMountService.Stub.asInterface(service);
130 mountService.setField("SystemLocale", Locale.getDefault().toLanguageTag());
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DEncryptDeviceActivity.java77 IMountService mountService = IMountService.Stub.asInterface( in isDeviceEncrypted() local
81 return (mountService.getEncryptionState() == IMountService.ENCRYPTION_STATE_OK); in isDeviceEncrypted()