Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DAtPhonebook.java73 private class PhonebookResult { class in AtPhonebook
93 private final HashMap<String, PhonebookResult> mPhonebooks =
94 new HashMap<String, PhonebookResult>(4);
106 mPhonebooks.put("DC", new PhonebookResult()); // dialled calls in AtPhonebook()
107 mPhonebooks.put("RC", new PhonebookResult()); // received calls in AtPhonebook()
108 mPhonebooks.put("MC", new PhonebookResult()); // missed calls in AtPhonebook()
109 mPhonebooks.put("ME", new PhonebookResult()); // mobile phonebook in AtPhonebook()
221 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true); in handleCpbsCommand()
394 PhonebookResult pbr = mPhonebooks.get(pb); in getPhonebookResult()
396 pbr = new PhonebookResult(); in getPhonebookResult()
[all …]