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

  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 123 IMountService mountService = getMountService();
128 mountService.mountVolume(extStoragePath);
150 IMountService mountService = getMountService();
156 mountService.unmountVolume(extStoragePath, true, mFactoryReset);
164 final IMountService mountService = getMountService();
168 if (mountService != null) {
174 mountService.formatVolume(extStoragePath);
194 mountService.mountVolume(extStoragePath);
  /frameworks/base/core/java/android/os/
Environment.java 46 IMountService mountService = IMountService.Stub.asInterface(ServiceManager
48 Parcelable[] volumes = mountService.getVolumeList();
51 Log.e(TAG, "couldn't talk to MountService", e);
420 IMountService mountService = IMountService.Stub.asInterface(ServiceManager
422 return mountService.getVolumeState(getExternalStorageDirectory()
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 265 IMountService mountService = getMountService();
270 mountService.unmountVolume(mClickedMountPoint, true, false);
283 IMountService mountService = getMountService();
284 int stUsers[] = mountService.getStorageUsers(mClickedMountPoint);
313 Log.e(TAG, "Is MountService running?");
319 IMountService mountService = getMountService();
321 if (mountService != null) {
322 mountService.mountVolume(mClickedMountPoint);
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 32 * Some utility methods to invoke MountService api.
63 // Create mount point via MountService
64 IMountService mountService = getMountService();
70 int rc = mountService.createSecureContainer(
76 String cachePath = mountService.getSecureContainerPath(cid);
81 Log.e(TAG, "MountService running?");
95 Log.e(TAG, "MountService running?");
109 Log.e(TAG, "MountService running?");
  /packages/apps/Settings/src/com/android/settings/
CryptKeeperConfirm.java 71 IMountService mountService = IMountService.Stub.asInterface(service);
74 mountService.encryptStorage(args.getString("password"));
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 554 IMountService mountService = IMountService.Stub.asInterface(service);
556 mountService.changeEncryptionPassword(password);
    [all...]

Completed in 584 milliseconds