HomeSort by relevance Sort by last modified time
    Searched refs:mountService (Results 1 - 7 of 7) 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);
431 IMountService mountService = IMountService.Stub.asInterface(ServiceManager
433 return mountService.getVolumeState(getExternalStorageDirectory()
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 273 IMountService mountService = getMountService();
278 mountService.unmountVolume(mClickedMountPoint, true, false);
291 IMountService mountService = getMountService();
292 int stUsers[] = mountService.getStorageUsers(mClickedMountPoint);
321 Log.e(TAG, "Is MountService running?");
327 IMountService mountService = getMountService();
329 if (mountService != null) {
330 mountService.mountVolume(mClickedMountPoint);
  /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/content/
PackageHelper.java 41 * Some utility methods to invoke MountService api.
72 // Create mount point via MountService
74 IMountService mountService = getMountService();
79 int rc = mountService.createSecureContainer(cid, sizeMb, "ext4", sdEncKey, uid,
85 String cachePath = mountService.getSecureContainerPath(cid);
90 Log.e(TAG, "MountService running?");
104 Log.e(TAG, "MountService running?");
118 Log.e(TAG, "MountService running?");