Searched defs:initState (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAudioRouteStateMachineTest.java | 201 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testTrackedCallsReceiveAudioRouteChange() local 250 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testSystemAudioStateIsNotUpdatedFlagOff() local 303 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testSystemAudioStateIsUpdatedFlagOn() local 350 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testStreamRingMuteChange() local 408 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testSpeakerPersistence() local 450 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testUserBluetoothSwitchOff() local 498 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testUserBluetoothSwitchOffAndOnAgain() local 580 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testBluetoothRinging() local 616 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testConnectBluetoothDuringRinging() local 687 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testConnectSpecificBluetoothDevice() local [all …]
|
D | CallAudioRouteTransitionTests.java | 286 final CallAudioState initState = new CallAudioState(false, in testActiveTransition() local 393 CallAudioState initState = new CallAudioState(false, in testQuiescentTransition() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteStateMachine.java | 1628 CallAudioState initState = getInitialAudioState(); in initialize() local 1632 public void initialize(CallAudioState initState) { in initialize() 2083 CallAudioState initState = getInitialAudioState(); in reinitialize() local
|