Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java6102 Account readOnlyAccount = new Account("act", READ_ONLY_ACCOUNT_TYPE); in testAccountDeletion() local
6104 mActor.setAccounts(new Account[]{readOnlyAccount, mAccount}); in testAccountDeletion()
6105 cp.onAccountsUpdated(new Account[]{readOnlyAccount, mAccount}); in testAccountDeletion()
6108 readOnlyAccount); in testAccountDeletion()
6129 mActor.setAccounts(new Account[]{readOnlyAccount}); in testAccountDeletion()
6131 cp.onAccountsUpdated(new Account[]{readOnlyAccount}); in testAccountDeletion()