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.java159 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testSpeakerPersistence() local
197 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testUserBluetoothSwitchOff() local
241 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testUserBluetoothSwitchOffAndOnAgain() local
315 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testBluetoothRinging() local
347 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testConnectBluetoothDuringRinging() local
411 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testConnectSpecificBluetoothDevice() local
458 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testFocusChangeWithAlreadyActiveBtDevice() local
DCallAudioRouteTransitionTests.java250 final CallAudioState initState = new CallAudioState(false, in testActiveTransition() local
346 CallAudioState initState = new CallAudioState(false, in testQuiescentTransition() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java1398 CallAudioState initState = getInitialAudioState(); in initialize() local
1402 public void initialize(CallAudioState initState) { in initialize()
1737 CallAudioState initState = getInitialAudioState(); in reinitialize() local