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

  /frameworks/base/include/storage/
IMountService.h 46 getStorageUsers(const String16& mountPoint, int32_t** users) = 0;
  /frameworks/base/libs/storage/
IMountService.cpp 196 int32_t getStorageUsers(const String16& mountPoint, int32_t** users)
202 ALOGD("getStorageUsers could not contact remote\n");
207 ALOGD("getStorageUsers caught exception %d\n", err);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 214 public int[] getStorageUsers(String path) throws RemoteException {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]

Completed in 153 milliseconds