HomeSort by relevance Sort by last modified time
    Searched refs:HF_ORIGINATED_CALL_ID (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 111 public static final Integer HF_ORIGINATED_CALL_ID = new Integer(-1);
288 currCallIdSet.remove(HF_ORIGINATED_CALL_ID);
316 if (mCalls.containsKey(HF_ORIGINATED_CALL_ID)) {
317 BluetoothHeadsetClientCall c = mCalls.get(HF_ORIGINATED_CALL_ID);
324 mCalls.put(hfOriginatedAssoc, mCalls.get(HF_ORIGINATED_CALL_ID));
325 mCalls.remove(HF_ORIGINATED_CALL_ID);
    [all...]
HeadsetClientService.java 740 device, HeadsetClientStateMachine.HF_ORIGINATED_CALL_ID,

Completed in 203 milliseconds