Searched refs:getSupportEligibleAccounts (Results 1 – 4 of 4) sorted by relevance
109 when(mSupportFeatureProvider.getSupportEligibleAccounts(mActivity)).thenReturn( in testSetAccount_AccountEmpty_NotCrash()117 verify(mSupportFeatureProvider).getSupportEligibleAccounts(mActivity); in testSetAccount_AccountEmpty_NotCrash()126 when(mSupportFeatureProvider.getSupportEligibleAccounts(any())).thenReturn(ONE_ACCOUNT); in testRefreshData_CardUpdatedOnEnteringOrLeavingSupportHours()182 when(mSupportFeatureProvider.getSupportEligibleAccounts(mActivity)).thenReturn(accounts); in bindAccountPickerInner()
120 Account[] getSupportEligibleAccounts(Context context); in getSupportEligibleAccounts() method
144 mSupportFeatureProvider.getSupportEligibleAccounts(mActivity)); in onAccountsUpdated()
107 mAccounts = mSupportFeatureProvider.getSupportEligibleAccounts(mActivity); in SupportItemAdapter()