Searched defs:initState (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAudioRouteStateMachineTest.java | 176 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
|
D | CallAudioRouteTransitionTests.java | 274 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/ |
D | CallAudioRouteStateMachine.java | 1494 CallAudioState initState = getInitialAudioState(); in initialize() local 1498 public void initialize(CallAudioState initState) { in initialize() 1842 CallAudioState initState = getInitialAudioState(); in reinitialize() local
|