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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
MapContact.java 23 public class MapContact {
27 private MapContact(long id, String name) {
32 public static MapContact create(long id, String name){
33 return new MapContact(id, name);
SmsMmsContacts.java 43 private final HashMap<String,MapContact> mNames = new HashMap<String, MapContact>(10);
137 public MapContact getContactNameFromPhone(String phone, ContentResolver resolver) {
146 public MapContact getContactNameFromPhone(String phone, ContentResolver resolver,
148 MapContact contact = mNames.get(phone);
183 contact = MapContact.create(id, name);
186 contact = MapContact.create(-1, null);
BluetoothMapConvoContactElement.java 63 public static BluetoothMapConvoContactElement createFromMapContact(MapContact contact,
BluetoothMapContent.java     [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 39 import com.android.bluetooth.map.MapContact;
    [all...]

Completed in 193 milliseconds