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

/frameworks/base/core/java/android/os/storage/
H A DIMountService.java413 public String getSecureContainerPath(String id) throws RemoteException { method in class:IMountService.Stub.Proxy
1018 String path = getSecureContainerPath(id);
1208 public String getSecureContainerPath(String id) throws RemoteException; method in interface:IMountService
/frameworks/base/libs/storage/
H A DIMountService.cpp363 bool getSecureContainerPath(const String16& id, String16& path) function in class:android::BpMountService
369 ALOGD("getSecureContainerPath couldn't call remote");
374 ALOGD("getSecureContainerPath caught exception %d\n", err);
/frameworks/base/services/java/com/android/server/
H A DMountService.java1809 public String getSecureContainerPath(String id) { method in class:MountService

Completed in 72 milliseconds