Home
last modified time | relevance | path

Searched refs:mCallAudioState (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java187 private CallAudioState mCallAudioState; field in CallAudioRouteController
380 mCallAudioState.getRoute(), in CallAudioRouteController()
381 mCallAudioState.getSupportedRouteMask(), in CallAudioRouteController()
382 mCallAudioState.getActiveBluetoothDevice(), in CallAudioRouteController()
383 mCallAudioState.getSupportedBluetoothDevices())); in CallAudioRouteController()
468 mCallAudioState = new CallAudioState(mIsMute, ROUTE_MAP.get(mCurrentRoute.getType()), in initialize()
527 return mCallAudioState; in getCurrentCallAudioState()
1214 mCallAudioState.getRawSupportedRouteMask(), activeBluetoothDevice, in onCurrentRouteChanged()
1215 mCallAudioState.getSupportedBluetoothDevices())); in onCurrentRouteChanged()
1244 updateCallAudioState(new CallAudioState(mIsMute, mCallAudioState.getRoute(), routeMask, in onAvailableRoutesChanged()
[all …]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java46 public CallAudioState mCallAudioState; field in InCallServiceFixture
114 mCallAudioState = audioState; in onCallAudioStateChanged()
DBluetoothDeviceManagerTest.java91 @Mock CallAudioState mCallAudioState; field in BluetoothDeviceManagerTest
317 when(mCallAudioRouteController.getCurrentCallAudioState()).thenReturn(mCallAudioState); in testHandleAudioRefactoringServiceDisconnectedWhileBluetooth()
318 when(mCallAudioState.getRoute()).thenReturn(CallAudioState.ROUTE_BLUETOOTH); in testHandleAudioRefactoringServiceDisconnectedWhileBluetooth()
333 when(mCallAudioRouteController.getCurrentCallAudioState()).thenReturn(mCallAudioState); in testHandleAudioRefactoringServiceDisconnectedWhileSpeaker()
334 when(mCallAudioState.getRoute()).thenReturn(CallAudioState.ROUTE_SPEAKER); in testHandleAudioRefactoringServiceDisconnectedWhileSpeaker()
DAnalyticsTests.java391 audioRoutes.add(mInCallServiceFixtureX.mCallAudioState.getRoute());
DBasicCallTests.java1180 return mInCallServiceFixtureX.mCallAudioState.getRoute() in testDisconnectSelfManaged()