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

/frameworks/base/include/storage/
H A DIMountService.h53 virtual int32_t mountSecureContainer(const String16& id,
/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java131 int rc = getMountService().mountSecureContainer(cid, key, ownerUid, readOnly);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java324 public int mountSecureContainer(String id, String key, int ownerUid, boolean readOnly) method in class:IMountService.Stub.Proxy
1147 int resultCode = mountSecureContainer(id, key, ownerUid, readOnly);
1496 public int mountSecureContainer(String id, String key, int ownerUid, boolean readOnly) method in interface:IMountService
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java93 return ms.mountSecureContainer(fullId, key, android.os.Process.myUid(), true);
/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
301 ALOGD("mountSecureContainer couldn't call remote");
306 ALOGD("mountSecureContainer caught exception %d\n", err);
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java1934 public int mountSecureContainer(String id, String key, int ownerUid, boolean readOnly) { method in class:MountService

Completed in 821 milliseconds