Searched defs:getSecureContainerPath (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/libs/storage/ | ||
H A D | IMountService.cpp | 359 bool getSecureContainerPath(const String16& id, String16& path) function in class:android::BpMountService 365 LOGD("getSecureContainerPath couldn't call remote"); 370 LOGD("getSecureContainerPath caught exception %d\n", err); |
/frameworks/base/core/java/android/os/storage/ | ||
H A D | IMountService.java | 408 public String getSecureContainerPath(String id) throws RemoteException { method in class:IMountService.Stub.Proxy 825 String path = getSecureContainerPath(id); 949 public String getSecureContainerPath(String id) throws RemoteException; method in interface:IMountService |
/frameworks/base/services/java/com/android/server/ | ||
H A D | MountService.java | 1485 public String getSecureContainerPath(String id) { method in class:MountService |
Completed in 21 milliseconds