HomeSort by relevance Sort by last modified time
    Searched defs:ACCOUNT_2 (Results 1 - 2 of 2) 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 66 private static final Account ACCOUNT_2 = new Account("account_name_2", "account_type_2");
142 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
161 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
173 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
183 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
193 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
203 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
213 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
223 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
244 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
    [all...]

Completed in 37 milliseconds