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

  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 79 String cachePath = mountService.getSecureContainerPath(cid);
96 return getMountService().getSecureContainerPath(cid);
135 return getMountService().getSecureContainerPath(cid);
  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 57 virtual String16 getSecureContainerPath(String16 id) = 0;
  /frameworks/base/include/storage/
IMountService.h 58 virtual bool getSecureContainerPath(const String16& id, String16& path) = 0;
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 241 String path = ms.getSecureContainerPath("jparks.broke.it");
255 String path = ms.getSecureContainerPath("com.android.unittests.AsecTests.testUnmountBusyContainer");
277 String path = ms.getSecureContainerPath("com.android.unittests.AsecTests.testDestroyBusyContainer");
346 String path = ms.getSecureContainerPath("com.android.unittests.AsecTests.testUnmountBusyContainer");
  /frameworks/base/core/java/android/os/storage/
IMountService.java 408 public String getSecureContainerPath(String id) throws RemoteException {
    [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 359 bool getSecureContainerPath(const String16& id, String16& path)
365 LOGD("getSecureContainerPath couldn't call remote");
370 LOGD("getSecureContainerPath caught exception %d\n", err);
  /frameworks/base/services/java/com/android/server/
MountService.java     [all...]

Completed in 124 milliseconds