Searched defs:CALL_STATE_IDLE (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java66 final static int CALL_STATE_IDLE = 6; field in class:HeadsetHalConstants
/packages/services/Telecomm/src/com/android/server/telecom/
H A DBluetoothPhoneServiceImpl.java68 private static final int CALL_STATE_IDLE = 6; field in class:BluetoothPhoneServiceImpl
82 private int mBluetoothCallState = CALL_STATE_IDLE;
583 if (state == CALL_STATE_IDLE) {
824 int bluetoothCallState = CALL_STATE_IDLE;
838 return CALL_STATE_IDLE;
866 return CALL_STATE_IDLE;
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothPhoneServiceTest.java80 private static final int CALL_STATE_IDLE = 6; field in class:BluetoothPhoneServiceTest
290 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(1), eq(CALL_STATE_IDLE),
294 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(0), eq(CALL_STATE_IDLE),
601 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(0), eq(CALL_STATE_IDLE),
730 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(1), eq(CALL_STATE_IDLE), eq(""),
764 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(1), eq(CALL_STATE_IDLE),
776 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_IDLE),
835 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(0), eq(CALL_STATE_IDLE),
883 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(1), eq(CALL_STATE_IDLE),

Completed in 4828 milliseconds