Home
last modified time | relevance | path

Searched defs:getSecureContainerFilesystemPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DIMountService.java802 public String getSecureContainerFilesystemPath(String id) throws RemoteException { in getSecureContainerFilesystemPath() method in IMountService.Stub.Proxy
2382 public String getSecureContainerFilesystemPath(String cid) throws RemoteException; in getSecureContainerFilesystemPath() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java2375 public String getSecureContainerFilesystemPath(String id) { in getSecureContainerFilesystemPath() method in MountService