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

  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 73 public static IMountService getMountService() throws RemoteException {
88 IMountService mountService = getMountService();
113 IMountService mountService = getMountService();
131 int rc = getMountService().mountSecureContainer(cid, key, ownerUid, readOnly);
136 return getMountService().getSecureContainerPath(cid);
145 int rc = getMountService().unmountSecureContainer(cid, true);
159 int rc = getMountService().renameSecureContainer(oldId, newId);
175 return getMountService().getSecureContainerPath(cid);
185 return getMountService().getSecureContainerFilesystemPath(cid);
195 int rc = getMountService().finalizeSecureContainer(cid)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 42 // Access using getMountService()
125 IMountService mountService = getMountService();
155 IMountService mountService = getMountService();
169 final IMountService mountService = getMountService();
244 IMountService getMountService() {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 80 // Access using getMountService()
205 private synchronized IMountService getMountService() {
300 IMountService mountService = getMountService();
318 IMountService mountService = getMountService();
354 IMountService mountService = getMountService();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 202 private IMountService getMountService() {
283 IMountService ims = getMountService();
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 185 final IMountService service = getMountService();
256 final IMountService service = getMountService();
292 final IMountService service = getMountService();
485 final IMountService service = getMountService();
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsService.java 365 final IMountService service = getMountService();
429 private IMountService getMountService() {
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 543 milliseconds