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

  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 57 virtual String16 getSecureContainerPath(String16 id) = 0;
  /frameworks/base/include/storage/
IMountService.h 60 virtual bool getSecureContainerPath(const String16& id, String16& path) = 0;
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 99 String cachePath = mountService.getSecureContainerPath(cid);
136 return getMountService().getSecureContainerPath(cid);
175 return getMountService().getSecureContainerPath(cid);
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 392 String path = ms.getSecureContainerPath(SECURE_CONTAINER_PREFIX
416 String path = ms.getSecureContainerPath(SECURE_CONTAINER_PREFIX
486 String path = ms.getSecureContainerPath(SECURE_CONTAINER_PREFIX + "testContainerSize");
500 ms.getSecureContainerPath("jparks.broke.it"));
  /frameworks/base/core/java/android/os/storage/
IMountService.java 412 public String getSecureContainerPath(String id) throws RemoteException {
    [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 365 bool getSecureContainerPath(const String16& id, String16& path)
371 ALOGD("getSecureContainerPath couldn't call remote");
376 ALOGD("getSecureContainerPath caught exception %d\n", err);
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]

Completed in 130 milliseconds