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

  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 60 public static IMountService getMountService() throws RemoteException {
74 IMountService mountService = getMountService();
97 int rc = getMountService().mountSecureContainer(cid, key, ownerUid);
102 return getMountService().getSecureContainerPath(cid);
111 int rc = getMountService().unmountSecureContainer(cid, true);
125 int rc = getMountService().renameSecureContainer(oldId, newId);
141 return getMountService().getSecureContainerPath(cid);
151 return getMountService().getSecureContainerFilesystemPath(cid);
161 int rc = getMountService().finalizeSecureContainer(cid);
177 int rc = getMountService().destroySecureContainer(cid, true)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 42 // Access using getMountService()
123 IMountService mountService = getMountService();
150 IMountService mountService = getMountService();
164 final IMountService mountService = getMountService();
233 IMountService getMountService() {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 63 // Access using getMountService()
194 private synchronized IMountService getMountService() {
273 IMountService mountService = getMountService();
291 IMountService mountService = getMountService();
327 IMountService mountService = getMountService();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 204 private IMountService getMountService() {
285 IMountService ims = getMountService();
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 145 final IMountService service = getMountService();
182 final IMountService service = getMountService();
589 private IMountService getMountService() {
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 736 PackageHelper.getMountService().finishMediaUpdate();
    [all...]

Completed in 483 milliseconds