Searched refs:getPendingBroadcast (Results 1 – 1 of 1) sorted by relevance
154 .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