Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java69 private class PhonebookResult { class in AtPhonebook
90 private final HashMap<String, PhonebookResult> mPhonebooks =
91 new HashMap<String, PhonebookResult>(4);
103 mPhonebooks.put("DC", new PhonebookResult()); // dialled calls in AtPhonebook()
104 mPhonebooks.put("RC", new PhonebookResult()); // received calls in AtPhonebook()
105 mPhonebooks.put("MC", new PhonebookResult()); // missed calls in AtPhonebook()
106 mPhonebooks.put("ME", new PhonebookResult()); // mobile phonebook in AtPhonebook()
214 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true); in handleCpbsCommand()
285 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true); //false); in handleCpbrCommand()
383 private synchronized PhonebookResult getPhonebookResult(String pb, boolean force) { in getPhonebookResult()
[all …]