Searched refs:getAccountManagerAccounts (Results 1 – 4 of 4) sorted by relevance
133 getAccountManagerAccounts(baselineAccounts); in testReconcileAccounts()142 accountManagerAccounts = getAccountManagerAccounts(baselineAccounts); in testReconcileAccounts()164 accountManagerAccounts = getAccountManagerAccounts(baselineAccounts); in testReconcileAccounts()185 accountManagerAccounts = getAccountManagerAccounts(baselineAccounts); in testReconcileDetection()196 assertEquals(1, getAccountManagerAccounts(baselineAccounts).length); in testReconcileDetection()207 accountManagerAccounts = getAccountManagerAccounts(baselineAccounts); in testReconcileDetection()
117 protected android.accounts.Account[] getAccountManagerAccounts( in getAccountManagerAccounts() method in AccountTestCase
283 protected Account[] getAccountManagerAccounts(Account[] baseline) { in getAccountManagerAccounts() method in CalendarSyncEnablerTest