/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallServiceTest.java | 385 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(1), eq(CALL_STATE_IDLE), in testConferenceInProgressCDMA() 393 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(0), eq(CALL_STATE_IDLE), in testConferenceInProgressCDMA() 401 verify(mMockBluetoothHeadset, times(2)).phoneStateChanged(any(int.class), in testConferenceInProgressCDMA() 776 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testQueryPhoneState() 798 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(0), eq(CALL_STATE_IDLE), in testCDMAConferenceQueryState() 934 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(1), eq(CALL_STATE_IDLE), eq(""), in testProcessChldHoldActiveSwapConference() 947 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testOnCallAddedRinging() 959 verify(mMockBluetoothHeadset, never()).phoneStateChanged(anyInt(), anyInt(), anyInt(), in testSilentRingingCallState() 980 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(1), eq(CALL_STATE_IDLE), in testOnCallAddedCdmaActiveHold() 992 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_IDLE), in testOnCallRemoved() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | BluetoothHeadsetProxy.java | 56 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged() method in BluetoothHeadsetProxy 59 mBluetoothHeadset.phoneStateChanged(numActive, numHeld, callState, number, type, in phoneStateChanged()
|
D | HeadsetService.java | 867 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged() method in HeadsetService.BluetoothHeadsetBinder 871 service.phoneStateChanged(numActive, numHeld, callState, number, type, name, false); in phoneStateChanged() 1638 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, "", 0, "", true); in startScoUsingVirtualVoiceCall() 1639 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0, "", true); in startScoUsingVirtualVoiceCall() 1640 phoneStateChanged(1, 0, HeadsetHalConstants.CALL_STATE_IDLE, "", 0, "", true); in startScoUsingVirtualVoiceCall() 1656 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_IDLE, "", 0, "", true); in stopScoUsingVirtualVoiceCall() 1859 void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged() method in HeadsetService
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | BluetoothHeadsetBinderTest.java | 226 public void phoneStateChanged() { in phoneStateChanged() method in BluetoothHeadsetBinderTest 233 mBinder.phoneStateChanged( in phoneStateChanged() 235 verify(mService).phoneStateChanged( in phoneStateChanged()
|
D | HeadsetServiceAndStateMachineTest.java | 480 mHeadsetService.phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_INCOMING, in testVirtualCall_preemptedByTelecomCall() 583 mHeadsetService.phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, in testDialingOutCall_NormalDialingOut() 592 mHeadsetService.phoneStateChanged(1, 0, HeadsetHalConstants.CALL_STATE_IDLE, in testDialingOutCall_NormalDialingOut() 1111 mHeadsetService.phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_INCOMING, in testPhoneStateChangedWithIncomingCallState()
|
D | HeadsetServiceTest.java | 721 mHeadsetService.phoneStateChanged(headsetCallState.mNumActive, in testPhoneStateChange_noDeviceSaveState() 778 mHeadsetService.phoneStateChanged(headsetCallState.mNumActive, in testPhoneStateChange_oneDeviceSaveState() 797 mHeadsetService.phoneStateChanged(headsetCallState.mNumActive, in testPhoneStateChange_oneDeviceSaveState() 863 mHeadsetService.phoneStateChanged(headsetCallState.mNumActive, in testPhoneStateChange_multipleDevicesSaveState()
|
/packages/modules/Bluetooth/system/binder/android/bluetooth/ |
D | IBluetoothHeadset.aidl | 90 …oneway void phoneStateChanged(int numActive, int numHeld, int callState, String number, int type, … in phoneStateChanged() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadset.java | 1213 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged() method in BluetoothHeadset 1221 service.phoneStateChanged(numActive, numHeld, callState, number, type, name, in phoneStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 1054 mBluetoothHeadset.phoneStateChanged( in updateHeadsetWithCallState() 1069 mBluetoothHeadset.phoneStateChanged( in updateHeadsetWithCallState()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1695 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->phoneStateChanged(IIILjava/lang/String;I)V 1742 Landroid/bluetooth/IBluetoothHeadset;->phoneStateChanged(IIILjava/lang/String;I)V
|