Searched defs:getStorageUsers (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DIMountService.java213 public int[] getStorageUsers(String path) throws RemoteException { method in class:IMountService.Stub.Proxy
916 int[] pids = getStorageUsers(path);
1213 public int[] getStorageUsers(String path) throws RemoteException; method in interface:IMountService
/frameworks/base/libs/storage/
H A DIMountService.cpp196 int32_t getStorageUsers(const String16& mountPoint, int32_t** users) function in class:android::BpMountService
202 ALOGD("getStorageUsers could not contact remote\n");
207 ALOGD("getStorageUsers caught exception %d\n", err);
/frameworks/base/services/java/com/android/server/
H A DMountService.java434 int pids[] = getStorageUsers(path);
441 pids = getStorageUsers(path);
1548 public int[] getStorageUsers(String path) { method in class:MountService

Completed in 939 milliseconds