Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
DActionReceiverTest.kt61 private const val ACTION2 = "TEST_ACTION2" constant
188 val receiverData = ReceiverData(receiver1, IntentFilter(ACTION2), directExecutor, USER) in testNotRegisteredWithWrongAction_throwsException()
274 actionReceiver.onReceive(mContext, Intent(ACTION2)) in testBroadcastWithWrongAction_throwsException()