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

  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactDeltaComparator.java 51 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
53 final AccountType type2 = accountTypes.getAccountType(accountType2, dataSet2);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
AccountPreferenceControllerTest.java 375 final Account[] accountType2 = new Account[2];
376 accountType2[0] = new Account("Account1", "com.acct2");
377 accountType2[1] = new Account("Account2", "com.acct2");
381 allAccounts[2] = accountType2[0];
382 allAccounts[3] = accountType2[1];
394 .thenReturn(accountType2);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 2406 milliseconds