HomeSort by relevance Sort by last modified time
    Searched refs:mContacts (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoListingElement.java 54 private List<BluetoothMapConvoContactElement> mContacts;
113 return mContacts;
117 this.mContacts = contacts;
121 if(mContacts == null)
122 mContacts = new ArrayList<BluetoothMapConvoContactElement>();
123 mContacts.add(contact);
127 mContacts.remove(contact);
131 mContacts.remove(index);
271 if(mContacts != null){
272 for(BluetoothMapConvoContactElement contact:mContacts){
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 51 private SmsMmsContacts mContacts = new SmsMmsContacts();
814 mContacts.clearCache();
    [all...]

Completed in 75 milliseconds