Searched refs:mCallAudioState (Results 1 – 5 of 5) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteController.java | 187 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/ |
D | InCallServiceFixture.java | 46 public CallAudioState mCallAudioState; field in InCallServiceFixture 114 mCallAudioState = audioState; in onCallAudioStateChanged()
|
D | BluetoothDeviceManagerTest.java | 91 @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()
|
D | AnalyticsTests.java | 391 audioRoutes.add(mInCallServiceFixtureX.mCallAudioState.getRoute());
|
D | BasicCallTests.java | 1180 return mInCallServiceFixtureX.mCallAudioState.getRoute() in testDisconnectSelfManaged()
|