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

/frameworks/base/core/java/android/os/storage/
H A DIMountService.java326 public int mountSecureContainer(String id, String key, int ownerUid) method in class:IMountService.Stub.Proxy
978 int resultCode = mountSecureContainer(id, key, ownerUid);
1254 public int mountSecureContainer(String id, String key, int ownerUid) throws RemoteException; method in interface:IMountService
/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 ALOGD("mountSecureContainer couldn't call remote");
304 ALOGD("mountSecureContainer caught exception %d\n", err);
/frameworks/base/services/java/com/android/server/
H A DMountService.java1702 public int mountSecureContainer(String id, String key, int ownerUid) { method in class:MountService

Completed in 884 milliseconds