Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java244 .setContentIntent(buildInitPendingIntent(disk)) in onDiskScannedInternal()
366 final PendingIntent initIntent = buildInitPendingIntent(vol); in onVolumeMounted()
427 .setContentIntent(buildInitPendingIntent(vol)) in onVolumeUnmountable()
589 private PendingIntent buildInitPendingIntent(DiskInfo disk) { in buildInitPendingIntent() method in StorageNotification
605 private PendingIntent buildInitPendingIntent(VolumeInfo vol) { in buildInitPendingIntent() method in StorageNotification