Searched defs:createSecureContainer (Results 1 - 3 of 3) sorted by relevance

/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/core/java/android/os/storage/
H A DIMountService.java252 public int createSecureContainer(String id, int sizeMb, String fstype, String key, method in class:IMountService.Stub.Proxy
1111 int resultCode = createSecureContainer(id, sizeMb, fstype, key, ownerUid,
1408 public int createSecureContainer(String id, int sizeMb, String fstype, String key, method in interface:IMountService
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java1823 public int createSecureContainer(String id, int sizeMb, String fstype, String key, method in class:MountService

Completed in 594 milliseconds