Home
last modified time | relevance | path

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

/frameworks/base/include/storage/
DIMountService.h46 getStorageUsers(const String16& mountPoint, int32_t** users) = 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbStorageActivity.java291 int[] stUsers = ims.getStorageUsers(extStoragePath);
/frameworks/base/libs/storage/
DIMountService.cpp196 int32_t getStorageUsers(const String16& mountPoint, int32_t** users) in getStorageUsers() function in android::BpMountService
/frameworks/base/core/java/android/os/storage/
DIMountService.java212 public int[] getStorageUsers(String path) throws RemoteException { in getStorageUsers() method in IMountService.Stub.Proxy
1400 int[] pids = getStorageUsers(path); in onTransact()
1909 public int[] getStorageUsers(String path) throws RemoteException; in getStorageUsers() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java1911 public int[] getStorageUsers(String path) { in getStorageUsers() method in MountService