Home
last modified time | relevance | path

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

/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.java214 public int[] getStorageUsers(String path) throws RemoteException { in getStorageUsers() method in IMountService.Stub.Proxy
2213 public int[] getStorageUsers(String path) throws RemoteException; in getStorageUsers() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java2082 public int[] getStorageUsers(String path) { in getStorageUsers() method in MountService