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

  /system/vold/model/
VolumeBase.h 83 userid_t getMountUserId() { return mMountUserId; }
  /frameworks/base/core/java/android/os/storage/
VolumeInfo.java 238 public int getMountUserId() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 326 notif, UserHandle.of(vol.getMountUserId()));
329 UserHandle.of(vol.getMountUserId()));
643 final Intent intent = vol.buildBrowseIntentForUser(vol.getMountUserId());

Completed in 223 milliseconds