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

/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java86 String cachePath = mountService.getSecureContainerPath(cid);
103 return getMountService().getSecureContainerPath(cid);
142 return getMountService().getSecureContainerPath(cid);
/frameworks/base/include/storage/
H A DIMountService.h60 virtual bool getSecureContainerPath(const String16& id, String16& path) = 0;
/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/core/java/android/os/storage/
H A DIMountService.java413 public String getSecureContainerPath(String id) throws RemoteException { method in class:IMountService.Stub.Proxy
1018 String path = getSecureContainerPath(id);
1208 public String getSecureContainerPath(String id) throws RemoteException; method in interface:IMountService
/frameworks/base/libs/storage/
H A DIMountService.cpp363 bool getSecureContainerPath(const String16& id, String16& path) function in class:android::BpMountService
369 ALOGD("getSecureContainerPath couldn't call remote");
374 ALOGD("getSecureContainerPath caught exception %d\n", err);
/frameworks/base/services/java/com/android/server/
H A DMountService.java1809 public String getSecureContainerPath(String id) { method in class:MountService

Completed in 282 milliseconds