Searched refs:userBroadcastDispatcher (Results 1 – 1 of 1) sorted by relevance
75 private lateinit var userBroadcastDispatcher: UserBroadcastDispatcher in capture() variable in com.android.systemui.broadcast.UserBroadcastDispatcherTest88 userBroadcastDispatcher = object : UserBroadcastDispatcher( in capture()111 userBroadcastDispatcher.registerReceiver(receiverData, FLAG) in testSingleReceiverRegistered()114 val actionReceiver = userBroadcastDispatcher.getActionReceiver(ACTION_1, FLAG) in testSingleReceiverRegistered()127 userBroadcastDispatcher.registerReceiver(receiverData, flag1) in testDifferentActionReceiversForDifferentFlags()128 userBroadcastDispatcher.registerReceiver(receiverData, flag2) in testDifferentActionReceiversForDifferentFlags()132 userBroadcastDispatcher.getActionReceiver(ACTION_1, flag1), in testDifferentActionReceiversForDifferentFlags()133 userBroadcastDispatcher.getActionReceiver(ACTION_1, flag2) in testDifferentActionReceiversForDifferentFlags()145 userBroadcastDispatcher.registerReceiver(receiverData1, 0) in testDifferentActionReceiversForDifferentPermissions()146 userBroadcastDispatcher.registerReceiver(receiverData2, 0) in testDifferentActionReceiversForDifferentPermissions()[all …]