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

  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 49 public static IMountService getMountService() {
62 IMountService mountService = getMountService();
91 int rc = getMountService().mountSecureContainer(cid, key, ownerUid);
96 return getMountService().getSecureContainerPath(cid);
105 int rc = getMountService().unmountSecureContainer(cid, true);
119 int rc = getMountService().renameSecureContainer(oldId, newId);
135 return getMountService().getSecureContainerPath(cid);
145 int rc = getMountService().finalizeSecureContainer(cid);
161 int rc = getMountService().destroySecureContainer(cid, true);
176 return getMountService().getSecureContainerList()
    [all...]
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 38 // Access using getMountService()
117 IMountService mountService = getMountService();
140 IMountService mountService = getMountService();
151 final IMountService mountService = getMountService();
217 IMountService getMountService() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 209 private IMountService getMountService() {
290 IMountService ims = getMountService();
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 79 // Access using getMountService()
141 private synchronized IMountService getMountService() {
208 IMountService mountService = getMountService();
229 IMountService mountService = getMountService();
260 IMountService mountService = getMountService();

Completed in 214 milliseconds