Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java432 final PendingIntent browseIntent = buildBrowsePendingIntent(vol); in onVolumeMounted()
717 private PendingIntent buildBrowsePendingIntent(VolumeInfo vol) { in buildBrowsePendingIntent() method in StorageNotification