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

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 159 static ContentValues buildEmail(long emailId) {
161 values.put(Data._ID, emailId);
163 values.put(Email.DATA, Long.toString(emailId));
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 254 milliseconds