Searched refs:CALL_STATE_WAITING (Results 1 – 7 of 7) sorted by relevance
162 case BluetoothHeadsetClientCall.CALL_STATE_WAITING: in handleCallChanged()167 || mPreviousCallState == BluetoothHeadsetClientCall.CALL_STATE_WAITING) { in handleCallChanged()
184 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_WAITING) { in handleCall()
65 static final int CALL_STATE_WAITING = 5; field in HeadsetHalConstants
62 static final int CALL_STATE_WAITING = 5; field in HeadsetClientHalConstants
424 BluetoothHeadsetClientCall.CALL_STATE_WAITING); in acceptCall()442 case BluetoothHeadsetClientCall.CALL_STATE_WAITING: in acceptCall()507 BluetoothHeadsetClientCall.CALL_STATE_WAITING, in rejectCall()519 case BluetoothHeadsetClientCall.CALL_STATE_WAITING: in rejectCall()
67 private static final int CALL_STATE_WAITING = 5; field in BluetoothPhoneServiceImpl899 return CALL_STATE_WAITING; in getBtCallState()
84 private static final int CALL_STATE_WAITING = 5; field in BluetoothPhoneServiceTest447 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_WAITING, 0, false, in testWaitingCallClccResponse()