Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusUsiPowerUI.kt76 it.addAction(ACTION_CLICKED_LOW_BATTERY) in init()
155 .setContentIntent(getPendingBroadcast(ACTION_CLICKED_LOW_BATTERY)) in showOrUpdateNotification()
201 ACTION_CLICKED_LOW_BATTERY -> { in onReceive()
262 @VisibleForTesting const val ACTION_CLICKED_LOW_BATTERY = "StylusUsiPowerUI.click" constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
DStylusUsiPowerUiTest.kt234 val intent = Intent(StylusUsiPowerUI.ACTION_CLICKED_LOW_BATTERY) in broadcastReceiver_clicked_hasInputDeviceId_startsUsiDetailsActivity()
250 val intent = Intent(StylusUsiPowerUI.ACTION_CLICKED_LOW_BATTERY) in broadcastReceiver_clicked_nullInputDeviceId_doesNotStartActivity()
258 val intent = Intent(StylusUsiPowerUI.ACTION_CLICKED_LOW_BATTERY) in broadcastReceiver_clicked_logsNotificationClicked()