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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
TestUtil.java 30 public static final Account ACCOUNT_1 = new Account("account_name_1", "account_type_1");
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
StaticAccountAuthenticator.java 36 public static final Account ACCOUNT_1 = new Account("cp account 1", TYPE);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java 65 private static final Account ACCOUNT_1 = new Account("account_name_1", "account_type_1");
139 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
170 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
180 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
190 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
200 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
210 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
220 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
241 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
251 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
    [all...]

Completed in 155 milliseconds