Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusUsiPowerUI.kt154 .setDeleteIntent(getPendingBroadcast(ACTION_DISMISSED_LOW_BATTERY)) in showOrUpdateNotification()
155 .setContentIntent(getPendingBroadcast(ACTION_CLICKED_LOW_BATTERY)) in showOrUpdateNotification()
182 private fun getPendingBroadcast(action: String): PendingIntent? { in getPendingBroadcast() method in com.android.systemui.stylus.StylusUsiPowerUI