Home
last modified time | relevance | path

Searched refs:buildBrowseIntentForUser (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DVolumeInfo.java458 return buildBrowseIntentForUser(UserHandle.myUserId()); in buildBrowseIntent()
461 public @Nullable Intent buildBrowseIntentForUser(int userId) { in buildBrowseIntentForUser() method in VolumeInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java688 final Intent intent = vol.buildBrowseIntentForUser(vol.getMountUserId()); in buildBrowsePendingIntent()