Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DIMountService.java413 public String getSecureContainerPath(String id) throws RemoteException { in getSecureContainerPath() method in IMountService.Stub.Proxy
1207 public String getSecureContainerPath(String id) throws RemoteException; in getSecureContainerPath() method
/frameworks/base/libs/storage/
DIMountService.cpp363 bool getSecureContainerPath(const String16& id, String16& path) in getSecureContainerPath() function in android::BpMountService
/frameworks/base/services/java/com/android/server/
DMountService.java1660 public String getSecureContainerPath(String id) { in getSecureContainerPath() method in MountService