Searched refs:buildBrowseIntentForUser (Results 1 – 2 of 2) sorted by relevance
458 return buildBrowseIntentForUser(UserHandle.myUserId()); in buildBrowseIntent()461 public @Nullable Intent buildBrowseIntentForUser(int userId) { in buildBrowseIntentForUser() method in VolumeInfo
688 final Intent intent = vol.buildBrowseIntentForUser(vol.getMountUserId()); in buildBrowsePendingIntent()