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

/frameworks/base/include/storage/
H A DIMountService.h48 virtual int32_t createSecureContainer(const String16& id,
/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java80 int rc = mountService.createSecureContainer(cid, sizeMb, "ext4", sdEncKey, uid,
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java254 public int createSecureContainer(String id, int sizeMb, String fstype, String key, method in class:IMountService.Stub.Proxy
944 int resultCode = createSecureContainer(id, sizeMb, fstype, key, ownerUid,
1166 public int createSecureContainer(String id, int sizeMb, String fstype, String key, method in interface:IMountService
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java84 return ms.createSecureContainer(fullId, size, filesystem, key, android.os.Process.myUid(),
/frameworks/base/libs/storage/
H A DIMountService.cpp235 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, function in class:android::BpMountService
246 ALOGD("createSecureContainer could not contact remote\n");
251 ALOGD("createSecureContainer caught exception %d\n", err);
/frameworks/base/services/java/com/android/server/
H A DMountService.java1602 public int createSecureContainer(String id, int sizeMb, String fstype, String key, method in class:MountService

Completed in 1206 milliseconds