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

  /packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
TestUtil.java 30 public static final Account ACCOUNT_1 = new Account("account_name_1", "account_type_1");
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DpcAllowedAccountManagementTest.java 50 private final static Account ACCOUNT_1 = new Account("user1", ACCOUNT_TYPE_1);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
StaticAccountAuthenticator.java 34 public static final Account ACCOUNT_1 = new Account("cp account 1", TYPE);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/accounts/
AccountsChangedReceiverTests.java 32 private static final String ACCOUNT_1 = "account1@example.com";
54 updateAccountName(ACCOUNT_1);
58 assertAccountName(ACCOUNT_1);
62 updateAccountName(ACCOUNT_1);
92 return new String[] {ACCOUNT_1, ACCOUNT_2};
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelperTest.java 35 private static final long ACCOUNT_1 = 1;
56 rawContactsToAccounts.put(100l, ACCOUNT_1);
57 rawContactsToAccounts.put(101l, ACCOUNT_1);
58 rawContactsToAccounts.put(102l, ACCOUNT_1);
93 rawContactsToAccounts.put(100l, ACCOUNT_1);
96 rawContactsToAccounts.put(103l, ACCOUNT_1);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java 61 private static final Account ACCOUNT_1 = new Account("account_name_1", "account_type_1");
142 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
173 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
183 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
193 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
203 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
213 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
223 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
244 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
254 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
    [all...]
ContactAggregatorTest.java 61 private static final Account ACCOUNT_1 = new Account("account_name_1", "account_type_1");
142 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
173 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
183 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
193 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
203 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
213 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
223 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
244 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
254 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
    [all...]

Completed in 3216 milliseconds