Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DSupportItemAdapterTest.java109 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()
/packages/apps/Settings/src/com/android/settings/overlay/
DSupportFeatureProvider.java120 Account[] getSupportEligibleAccounts(Context context); in getSupportEligibleAccounts() method
/packages/apps/Settings/src/com/android/settings/dashboard/
DSupportFragment.java144 mSupportFeatureProvider.getSupportEligibleAccounts(mActivity)); in onAccountsUpdated()
DSupportItemAdapter.java107 mAccounts = mSupportFeatureProvider.getSupportEligibleAccounts(mActivity); in SupportItemAdapter()