Searched refs:mountService (Results 1 – 3 of 3) sorted by relevance
300 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);
79 IMountService mountService = IMountService.Stub.asInterface(service); in onCreate()82 … mountService.encryptStorage(args.getInt("type", -1), args.getString("password")); in onCreate()129 IMountService mountService = IMountService.Stub.asInterface(service);130 mountService.setField("SystemLocale", Locale.getDefault().toLanguageTag());
77 IMountService mountService = IMountService.Stub.asInterface( in isDeviceEncrypted() local81 return (mountService.getEncryptionState() == IMountService.ENCRYPTION_STATE_OK); in isDeviceEncrypted()