Searched refs:getActionReceiver (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/ |
D | UserBroadcastDispatcherTest.kt | 114 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
|