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

  /frameworks/base/libs/storage/
IMountService.cpp 192 int32_t getStorageUsers(const String16& mountPoint, int32_t** users)
198 LOGD("getStorageUsers could not contact remote\n");
203 LOGD("getStorageUsers caught exception %d\n", err);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 209 public int[] getStorageUsers(String path) throws RemoteException {
726 int[] pids = getStorageUsers(path);
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 367 int pids[] = getStorageUsers(path);
374 pids = getStorageUsers(path);
    [all...]

Completed in 185 milliseconds