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.java176 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testSpeakerPersistence() local
215 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testUserBluetoothSwitchOff() local
260 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testUserBluetoothSwitchOffAndOnAgain() local
335 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testBluetoothRinging() local
368 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testConnectBluetoothDuringRinging() local
433 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testConnectSpecificBluetoothDevice() local
481 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testFocusChangeWithAlreadyActiveBtDevice() local
DCallAudioRouteTransitionTests.java274 final CallAudioState initState = new CallAudioState(false, in testActiveTransition() local
371 CallAudioState initState = new CallAudioState(false, in testQuiescentTransition() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java1494 CallAudioState initState = getInitialAudioState(); in initialize() local
1498 public void initialize(CallAudioState initState) { in initialize()
1842 CallAudioState initState = getInitialAudioState(); in reinitialize() local