Searched refs:getMountService (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java61 public static IMountService getMountService() throws RemoteException { method in class:PackageHelper
75 IMountService mountService = getMountService();
98 int rc = getMountService().mountSecureContainer(cid, key, ownerUid);
103 return getMountService().getSecureContainerPath(cid);
112 int rc = getMountService().unmountSecureContainer(cid, true);
126 int rc = getMountService().renameSecureContainer(oldId, newId);
142 return getMountService().getSecureContainerPath(cid);
152 return getMountService().getSecureContainerFilesystemPath(cid);
162 int rc = getMountService().finalizeSecureContainer(cid);
178 int rc = getMountService()
[all...]
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java42 // Access using getMountService()
123 IMountService mountService = getMountService();
150 IMountService mountService = getMountService();
164 final IMountService mountService = getMountService();
233 IMountService getMountService() { method in class:ExternalStorageFormatter
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java204 private IMountService getMountService() { method in class:UsbStorageActivity
285 IMountService ims = getMountService();
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java810 PackageHelper.getMountService().finishMediaUpdate();

Completed in 516 milliseconds