Searched refs:CALL_STATE_DISCONNECTED (Results 1 – 4 of 4) sorted by relevance
67 static final int CALL_STATE_DISCONNECTED = 7; field in HeadsetHalConstants
1583 if (callState != HeadsetHalConstants.CALL_STATE_DISCONNECTED in phoneStateChanged()
69 private static final int CALL_STATE_DISCONNECTED = 7; field in BluetoothPhoneServiceImpl859 bluetoothCallState = CALL_STATE_DISCONNECTED; in getBluetoothCallStateForUpdate()
86 private static final int CALL_STATE_DISCONNECTED = 7; field in BluetoothPhoneServiceTest969 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_DISCONNECTED), in testOnCallStateChangedDisconnected()974 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_DISCONNECTED), in testOnCallStateChangedDisconnected()