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.java70 private class PhonebookResult { class in AtPhonebook
91 private final HashMap<String, PhonebookResult> mPhonebooks =
92 new HashMap<String, PhonebookResult>(4);
104 mPhonebooks.put("DC", new PhonebookResult()); // dialled calls in AtPhonebook()
105 mPhonebooks.put("RC", new PhonebookResult()); // received calls in AtPhonebook()
106 mPhonebooks.put("MC", new PhonebookResult()); // missed calls in AtPhonebook()
107 mPhonebooks.put("ME", new PhonebookResult()); // mobile phonebook in AtPhonebook()
219 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true); in handleCpbsCommand()
290 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true); //false); in handleCpbrCommand()
388 private synchronized PhonebookResult getPhonebookResult(String pb, boolean force) { in getPhonebookResult()
[all …]