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

  /packages/apps/Contacts/tests/src/com/android/contacts/model/
AccountWithDataSetTest.java 63 final String stringified = AccountWithDataSet.getNullAccount().stringify();
67 assertEquals(AccountWithDataSet.getNullAccount(), restored);
  /packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java 190 mTarget.saveDefaultAccount(AccountWithDataSet.getNullAccount());
220 final AccountWithDataSet nullAccount = AccountWithDataSet.getNullAccount();
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountWithDataSet.java 87 public static AccountWithDataSet getNullAccount() {

Completed in 69 milliseconds