Searched defs:phoneId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/
H A DRawContactDeltaTests.java68 public static RawContact getRawContact(Context context, long contactId, long phoneId) { argument
75 phone.put(Data._ID, phoneId);
H A DRawContactDeltaListTests.java145 static ContentValues buildPhone(long phoneId) { argument
146 return buildPhone(phoneId, Long.toString(phoneId));
149 static ContentValues buildPhone(long phoneId, String value) { argument
151 values.put(Data._ID, phoneId);

Completed in 33 milliseconds