Searched defs:getSecureContainerList (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/os/storage/
H A DIMountService.java433 public String[] getSecureContainerList() throws RemoteException { method in class:IMountService.Stub.Proxy
1511 String[] ids = getSecureContainerList();
1899 public String[] getSecureContainerList() throws RemoteException; method in interface:IMountService
/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java225 public static String[] getSecureContainerList() { method in class:PackageHelper
227 return getMountService().getSecureContainerList();
/frameworks/base/libs/storage/
H A DIMountService.cpp390 int32_t getSecureContainerList(const String16& id, String16*& containers) function in class:android::BpMountService
396 ALOGD("getSecureContainerList couldn't call remote");
401 ALOGD("getSecureContainerList caught exception %d\n", err);
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java1951 public String[] getSecureContainerList() { method in class:MountService

Completed in 194 milliseconds