Home
last modified time | relevance | path

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

/frameworks/base/libs/storage/
DIMountService.cpp337 bool isSecureContainerMounted(const String16& id) in isSecureContainerMounted() function in android::BpMountService
/frameworks/base/core/java/android/os/storage/
DIMountService.java371 public boolean isSecureContainerMounted(String id) throws RemoteException { in isSecureContainerMounted() method in IMountService.Stub.Proxy
1925 public boolean isSecureContainerMounted(String id) throws RemoteException; in isSecureContainerMounted() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java2148 public boolean isSecureContainerMounted(String id) { in isSecureContainerMounted() method in MountService