Home
last modified time | relevance | path

Searched refs:getNullAccount (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DAccountWithDataSetTest.java63 final String stringified = AccountWithDataSet.getNullAccount().stringify(); in testStringifyAndUnstringifyLocalAccount()
67 assertEquals(AccountWithDataSet.getNullAccount(), restored); in testStringifyAndUnstringifyLocalAccount()
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DContactEditorUtilsTest.java190 mTarget.saveDefaultAccount(AccountWithDataSet.getNullAccount()); in testShouldShowAccountChangedNotification_0Account_localOnly()
220 final AccountWithDataSet nullAccount = AccountWithDataSet.getNullAccount(); in testShouldShowAccountChangedNotification_nullAccount()
DEditorUiUtilsTest.java129 final AccountWithDataSet deviceAccount = AccountWithDataSet.getNullAccount(); in testGetAccountInfo_AccountType_DeviceAccount()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountWithDataSet.java86 public static AccountWithDataSet getNullAccount() { in getNullAccount() method in AccountWithDataSet
92 ? getNullAccount() in getLocalAccount()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorAccountsChangedActivity.java193 saveAccountAndReturnResult(AccountWithDataSet.getNullAccount()); in updateDisplayedAccounts()