Searched refs:getSecureContainerPath (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/include/storage/
H A DIMountService.h60 virtual bool getSecureContainerPath(const String16& id, String16& path) = 0;
/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java100 String cachePath = mountService.getSecureContainerPath(cid);
137 return getMountService().getSecureContainerPath(cid);
176 return getMountService().getSecureContainerPath(cid);
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java392 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/libs/storage/
H A DIMountService.cpp372 bool getSecureContainerPath(const String16& id, String16& path) function in class:android::BpMountService
378 ALOGD("getSecureContainerPath couldn't call remote");
383 ALOGD("getSecureContainerPath caught exception %d\n", err);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java413 public String getSecureContainerPath(String id) throws RemoteException { method in class:IMountService.Stub.Proxy
1504 String path = getSecureContainerPath(id);
1904 public String getSecureContainerPath(String id) throws RemoteException; method in interface:IMountService
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2183 public String getSecureContainerPath(String id) { method in class:MountService

Completed in 41 milliseconds