Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pMetricsTest.java165 assertEquals(0, stats.groupEvent.length); in startAndEndGroupEventSucceeds()
171 assertEquals(1, stats.groupEvent.length); in startAndEndGroupEventSucceeds()
177 assertEquals(1, stats.groupEvent.length); in startAndEndGroupEventSucceeds()
183 assertEquals(1, stats.groupEvent.length); in startAndEndGroupEventSucceeds()
189 assertEquals(2, stats.groupEvent.length); in startAndEndGroupEventSucceeds()
290 assertEquals(1, stats.groupEvent.length); in updateGroupEvent()
291 GroupEvent event = stats.groupEvent[0]; in updateGroupEvent()
323 assertEquals(0, stats.groupEvent.length); in updateGroupEventWithNoCurrentGroup()
360 assertEquals(1, stats.groupEvent.length); in updateGroupEventWithDifferentGroup()
361 GroupEvent event = stats.groupEvent[0]; in updateGroupEventWithDifferentGroup()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioServiceUnitTest.java3991 CarVolumeGroupEvent groupEvent = volumeEventCallback.getVolumeGroupEvents().get(0); in onAudioPortsChanged_forMediaBus_changesVolumeRanges() local
3993 .that(groupEvent.getCarVolumeGroupInfos()) in onAudioPortsChanged_forMediaBus_changesVolumeRanges()
4670 CarVolumeGroupEvent groupEvent = volumeEventCallback.getVolumeGroupEvents().get(0); in switchZoneToConfig_withVolumeGroupEventCallbackRegistered_invokesEvent() local
4672 .that(groupEvent.getEventTypes()) in switchZoneToConfig_withVolumeGroupEventCallbackRegistered_invokesEvent()
4675 .that(groupEvent.getCarVolumeGroupInfos()) in switchZoneToConfig_withVolumeGroupEventCallbackRegistered_invokesEvent()
5467 CarVolumeGroupEvent groupEvent = volumeEventCallback.getVolumeGroupEvents().get(0); in onVolumeGroupEvent_withVolumeEvent_triggersCallback() local
5469 .that(groupEvent.getEventTypes()) in onVolumeGroupEvent_withVolumeEvent_triggersCallback()
5472 .that(groupEvent.getCarVolumeGroupInfos()) in onVolumeGroupEvent_withVolumeEvent_triggersCallback()
5494 CarVolumeGroupEvent groupEvent = volumeEventCallback.getVolumeGroupEvents().get(0); in onVolumeGroupEvent_withMuteEvent_triggersCallback() local
5496 .that(groupEvent.getEventTypes()) in onVolumeGroupEvent_withMuteEvent_triggersCallback()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMetrics.java166 mWifiP2pStatsProto.groupEvent = in consolidateProto()
169 mWifiP2pStatsProto.groupEvent[i] = mGroupEventList.get(i); in consolidateProto()