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

  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaListTests.java 158 static ContentValues buildEmail(long emailId) {
160 values.put(Data._ID, emailId);
162 values.put(Email.DATA, Long.toString(emailId));
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 343 milliseconds