Searched defs:initState (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAudioRouteStateMachineTest.java | 196 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testSpeakerPersistence() local 231 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testUserBluetoothSwitchOff() local 270 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testBluetoothRinging() local 300 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testConnectBluetoothDuringRinging() local 823 final CallAudioState initState = new CallAudioState(false, in runParametrizedTestCaseWithFocus() local 907 CallAudioState initState = new CallAudioState(false, in runParametrizedTestCaseWithoutFocus() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteStateMachine.java | 1166 CallAudioState initState = getInitialAudioState(); in initialize() local 1170 public void initialize(CallAudioState initState) { in initialize() 1466 CallAudioState initState = getInitialAudioState(); in reinitialize() local
|