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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
TestUtil.java 31 public static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2");
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java 60 private static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2");
136 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
155 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
167 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
177 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
187 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
197 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
207 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
217 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
238 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 733 milliseconds