Home | History | Annotate | Download | only in hfpclient

Lines Matching refs:mCalls

114     private Hashtable<Integer, BluetoothHeadsetClientCall> mCalls;
180 ProfileService.println(sb, "mCalls:");
181 for (BluetoothHeadsetClientCall call : mCalls.values()) {
214 while (mCalls.containsKey(id)) {
220 mCalls.put(id, c);
230 it = mCalls.entrySet().iterator();
247 for (BluetoothHeadsetClientCall c : mCalls.values()) {
256 for (BluetoothHeadsetClientCall c : mCalls.values()) {
269 for (BluetoothHeadsetClientCall c : mCalls.values()) {
281 for (BluetoothHeadsetClientCall c : mCalls.values()) {
417 mCalls.remove(c.getId());
640 for (BluetoothHeadsetClientCall cc : mCalls.values()) {
666 for (BluetoothHeadsetClientCall cc : mCalls.values()) {
675 for (BluetoothHeadsetClientCall cc : mCalls.values()) {
833 it = mCalls.entrySet().iterator();
852 if (mCalls.containsKey(entry.getKey())) {
855 entry.getValue().setNumber(mCalls.get(entry.getKey()).getNumber());
858 if (mCalls.get(entry.getKey()).equals(entry.getValue())) {
870 mCalls = mCallsUpdate;
941 if (mCalls.size() == 1 && retry) {
1095 BluetoothHeadsetClientCall c = mCalls.get(idx);
1128 BluetoothHeadsetClientCall c = mCalls.get(idx);
1153 if (mCalls.size() < 2) {
1254 mCalls = new Hashtable<Integer, BluetoothHeadsetClientCall>();
1319 mCalls = new Hashtable<Integer, BluetoothHeadsetClientCall>();
1934 mCalls.remove(c.getId());
2709 return new ArrayList<BluetoothHeadsetClientCall>(mCalls.values());