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.java71 private class PhonebookResult { class in AtPhonebook
94 private final HashMap<String, PhonebookResult> mPhonebooks =
95 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()
218 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true); in handleCpbsCommand()
281 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true); //false); in handleCpbrCommand()
382 private synchronized PhonebookResult getPhonebookResult(String pb, boolean force) { in getPhonebookResult()
[all …]