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

/frameworks/base/libs/storage/
H A DIMountService.cpp242 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, function in class:android::BpMountService
253 ALOGD("createSecureContainer could not contact remote\n");
258 ALOGD("createSecureContainer caught exception %d\n", err);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java253 public int createSecureContainer(String id, int sizeMb, String fstype, String key, method in class:IMountService.Stub.Proxy
1462 int resultCode = createSecureContainer(id, sizeMb, fstype, key, ownerUid,
1911 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.java1970 public int createSecureContainer(String id, int sizeMb, String fstype, String key, method in class:MountService

Completed in 98 milliseconds