Searched refs:getStorageUsers (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/include/storage/
H A DIMountService.h46 getStorageUsers(const String16& mountPoint, int32_t** users) = 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java293 int[] stUsers = ims.getStorageUsers(extStoragePath);
/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.java432 int pids[] = getStorageUsers(path);
439 pids = getStorageUsers(path);
1552 public int[] getStorageUsers(String path) { method in class:MountService

Completed in 3746 milliseconds