Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
DUserBroadcastDispatcherTest.kt114 val actionReceiver = userBroadcastDispatcher.getActionReceiver(ACTION_1, FLAG) in testSingleReceiverRegistered()
132 userBroadcastDispatcher.getActionReceiver(ACTION_1, flag1), in testDifferentActionReceiversForDifferentFlags()
133 userBroadcastDispatcher.getActionReceiver(ACTION_1, flag2) in testDifferentActionReceiversForDifferentFlags()
150 userBroadcastDispatcher.getActionReceiver(ACTION_1, 0, "PERMISSION1"), in testDifferentActionReceiversForDifferentPermissions()
151 userBroadcastDispatcher.getActionReceiver(ACTION_1, 0, "PERMISSION2") in testDifferentActionReceiversForDifferentPermissions()
177 val actionReceiver = userBroadcastDispatcher.getActionReceiver(ACTION_1, FLAG) in testSingleReceiverUnregistered()
276 private fun UserBroadcastDispatcher.getActionReceiver( in UserBroadcastDispatcher() method in com.android.systemui.broadcast.UserBroadcastDispatcherTest