Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DBluetoothAtPhonebook.java92 private final HashMap<String, PhonebookResult> mPhonebooks = field in BluetoothAtPhonebook
98 mPhonebooks.put("DC", new PhonebookResult()); // dialled calls in BluetoothAtPhonebook()
99 mPhonebooks.put("RC", new PhonebookResult()); // received calls in BluetoothAtPhonebook()
100 mPhonebooks.put("MC", new PhonebookResult()); // missed calls in BluetoothAtPhonebook()
101 mPhonebooks.put("ME", new PhonebookResult()); // mobile phonebook in BluetoothAtPhonebook()
307 PhonebookResult pbr = mPhonebooks.get(pb); in getPhonebookResult()