Home
last modified time | relevance | path

Searched defs:initState (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java184 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testTrackedCallsReceiveAudioRouteChange() local
224 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testStreamRingMuteChange() local
279 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testSpeakerPersistence() local
318 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testUserBluetoothSwitchOff() local
363 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testUserBluetoothSwitchOffAndOnAgain() local
442 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testBluetoothRinging() local
475 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testConnectBluetoothDuringRinging() local
540 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testConnectSpecificBluetoothDevice() local
577 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testDockWhenInQuiescentState() local
610 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testFocusChangeFromQuiescentSpeaker() local
[all …]
DCallAudioRouteTransitionTests.java279 final CallAudioState initState = new CallAudioState(false, in testActiveTransition() local
384 CallAudioState initState = new CallAudioState(false, in testQuiescentTransition() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java1622 CallAudioState initState = getInitialAudioState(); in initialize() local
1626 public void initialize(CallAudioState initState) { in initialize()
2013 CallAudioState initState = getInitialAudioState(); in reinitialize() local