Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java199 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testTrackedCallsReceiveAudioRouteChange() local
248 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testSystemAudioStateIsNotUpdatedFlagOff() local
301 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testSystemAudioStateIsUpdatedFlagOn() local
348 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testStreamRingMuteChange() local
406 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_SPEAKER, in testSpeakerPersistence() local
448 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testUserBluetoothSwitchOff() local
496 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testUserBluetoothSwitchOffAndOnAgain() local
578 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_BLUETOOTH, in testBluetoothRinging() local
614 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testConnectBluetoothDuringRinging() local
685 CallAudioState initState = new CallAudioState(false, CallAudioState.ROUTE_EARPIECE, in testConnectSpecificBluetoothDevice() local
[all …]
DCallAudioRouteTransitionTests.java285 final CallAudioState initState = new CallAudioState(false, in testActiveTransition() local
394 CallAudioState initState = new CallAudioState(false, in testQuiescentTransition() local
/packages/modules/CrashRecovery/service/java/com/android/server/
DExplicitHealthCheckController.java395 private void initState(IBinder service) { in initState() method in ExplicitHealthCheckController
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java1628 CallAudioState initState = getInitialAudioState(); in initialize() local
1632 public void initialize(CallAudioState initState) { in initialize()
2087 CallAudioState initState = getInitialAudioState(); in reinitialize() local