HomeSort by relevance Sort by last modified time
    Searched refs:mountService (Results 1 - 12 of 12) sorted by null

  /packages/apps/Settings/src/com/android/settings/
CryptKeeperConfirm.java 85 IMountService mountService = IMountService.Stub.asInterface(service);
88 mountService.encryptStorage(args.getInt("type", -1), args.getString("password"));
142 IMountService mountService = IMountService.Stub.asInterface(service);
143 mountService.setField("SystemLocale", Locale.getDefault().toLanguageTag());
DevelopmentSettings.java 487 IMountService mountService = IMountService.Stub.asInterface(service);
488 if (!mountService.isConvertibleToFBE()) {
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 56 * Some utility methods to invoke MountService api.
92 IMountService mountService = getMountService();
97 int rc = mountService.createSecureContainer(cid, sizeMb, "ext4", sdEncKey, uid,
103 String cachePath = mountService.getSecureContainerPath(cid);
108 Log.e(TAG, "MountService running?");
117 IMountService mountService = getMountService();
118 int rc = mountService.resizeSecureContainer(cid, sizeMb, sdEncKey);
123 Log.e(TAG, "MountService running?");
142 Log.e(TAG, "MountService running?");
156 Log.e(TAG, "MountService running?")
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 683 IMountService mountService = IMountService.Stub.asInterface(service);
686 mountService.setField(StorageManager.OWNER_INFO_KEY, ownerInfo);
837 IMountService mountService = IMountService.Stub.asInterface(service);
839 mountService.changeEncryptionPassword(type, password);
    [all...]
  /frameworks/base/core/java/android/os/storage/
StorageManager.java     [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 156 "com.android.server.MountService$Lifecycle";
520 IMountService mountService = null;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java     [all...]
ActivityManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 2413 milliseconds