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

/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java191 public static String[] getSecureContainerList() { method in class:PackageHelper
193 return getMountService().getSecureContainerList();
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java433 public String[] getSecureContainerList() throws RemoteException { method in class:IMountService.Stub.Proxy
1025 String[] ids = getSecureContainerList();
1203 public String[] getSecureContainerList() throws RemoteException; method in interface:IMountService
/frameworks/base/libs/storage/
H A DIMountService.cpp381 int32_t getSecureContainerList(const String16& id, String16*& containers) function in class:android::BpMountService
387 ALOGD("getSecureContainerList couldn't call remote");
392 ALOGD("getSecureContainerList caught exception %d\n", err);
/frameworks/base/services/java/com/android/server/
H A DMountService.java1588 Slog.w(TAG, "getSecureContainerList() called when storage not mounted");
1593 public String[] getSecureContainerList() { method in class:MountService

Completed in 578 milliseconds