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 204 private IMountService getMountService() {
285 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 76 // Access using getMountService()
202 private synchronized IMountService getMountService() {
293 IMountService mountService = getMountService();
311 IMountService mountService = getMountService();
347 IMountService mountService = getMountService();
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 148 final IMountService service = getMountService();
185 final IMountService service = getMountService();
609 private IMountService getMountService() {

Completed in 281 milliseconds