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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
AccountPreferenceControllerTest.java 339 Account[] accountType1 = new Account[2];
340 accountType1[0] = new Account("Account11", "com.acct1");
341 accountType1[1] = new Account("Account12", "com.acct1");
343 .thenReturn(accountType1);
372 final Account[] accountType1 = new Account[2];
373 accountType1[0] = new Account("Account1", "com.acct1");
374 accountType1[1] = new Account("Account2", "com.acct1");
379 allAccounts[0] = accountType1[0];
380 allAccounts[1] = accountType1[1];
392 .thenReturn(accountType1);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactDeltaComparator.java 48 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
50 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 236 milliseconds