Searched refs:PhonebookResult (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DAtPhonebook.java71 private class PhonebookResult { class in class:AtPhonebook
94 private final HashMap<String, PhonebookResult> mPhonebooks =
95 new HashMap<String, PhonebookResult>(4);
106 mPhonebooks.put("DC", new PhonebookResult()); // dialled calls
107 mPhonebooks.put("RC", new PhonebookResult()); // received calls
108 mPhonebooks.put("MC", new PhonebookResult()); // missed calls
109 mPhonebooks.put("ME", new PhonebookResult()); // mobile phonebook
218 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true);
281 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true); //false);
382 private synchronized PhonebookResult getPhonebookResul
[all...]

Completed in 53 milliseconds