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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java113 public static final Integer HF_ORIGINATED_CALL_ID = new Integer(-1); field in class:HeadsetClientStateMachine
293 currCallIdSet.remove(HF_ORIGINATED_CALL_ID);
321 if (mCalls.containsKey(HF_ORIGINATED_CALL_ID)) {
322 BluetoothHeadsetClientCall c = mCalls.get(HF_ORIGINATED_CALL_ID);
329 mCalls.put(hfOriginatedAssoc, mCalls.get(HF_ORIGINATED_CALL_ID));
330 mCalls.remove(HF_ORIGINATED_CALL_ID);
1139 mCalls.put(HF_ORIGINATED_CALL_ID, c);
1150 mCalls.remove(HF_ORIGINATED_CALL_ID);

Completed in 37 milliseconds