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

  /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() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 202 private IMountService getMountService() {
283 IMountService ims = getMountService();
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 61 public static IMountService getMountService() throws RemoteException {
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().destroySecureContainer(cid, true)
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 77 // Access using getMountService()
203 private synchronized IMountService getMountService() {
298 IMountService mountService = getMountService();
316 IMountService mountService = getMountService();
352 IMountService mountService = getMountService();
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 149 final IMountService service = getMountService();
186 final IMountService service = getMountService();
614 private IMountService getMountService() {

Completed in 90 milliseconds