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

/frameworks/base/include/storage/
H A DIMountService.h51 virtual int32_t mountSecureContainer(const String16& id,
/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java88 int rc = getMountService().mountSecureContainer(cid, key, ownerUid);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java325 public int mountSecureContainer(String id, String key, int ownerUid) method in class:IMountService.Stub.Proxy
945 int resultCode = mountSecureContainer(id, key, ownerUid);
1209 public int mountSecureContainer(String id, String key, int ownerUid) throws RemoteException; method in interface:IMountService
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java96 return ms.mountSecureContainer(fullId, key, android.os.Process.myUid());
/frameworks/base/libs/storage/
H A DIMountService.cpp291 int32_t mountSecureContainer(const String16& id, const String16& key, const int32_t ownerUid) function in class:android::BpMountService
299 LOGD("mountSecureContainer couldn't call remote");
304 LOGD("mountSecureContainer caught exception %d\n", err);
/frameworks/base/services/java/com/android/server/
H A DMountService.java1527 public int mountSecureContainer(String id, String key, int ownerUid) { method in class:MountService

Completed in 4402 milliseconds