HomeSort by relevance Sort by last modified time
    Searched defs:getSecureContainerList (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/storage/
IMountService.cpp 381 int32_t getSecureContainerList(const String16& id, String16*& containers)
387 ALOGD("getSecureContainerList couldn't call remote");
392 ALOGD("getSecureContainerList caught exception %d\n", err);
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 191 public static String[] getSecureContainerList() {
193 return getMountService().getSecureContainerList();
  /frameworks/base/core/java/android/os/storage/
IMountService.java 431 public String[] getSecureContainerList() throws RemoteException {
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java     [all...]

Completed in 274 milliseconds