Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/
DBrandedAccountPreferenceController.java35 private final AccountFeatureProvider mAccountFeatureProvider; field in BrandedAccountPreferenceController
40 mAccountFeatureProvider = FeatureFactory.getFeatureFactory().getAccountFeatureProvider(); in BrandedAccountPreferenceController()
41 mAccounts = mAccountFeatureProvider.getAccounts(mContext); in BrandedAccountPreferenceController()
89 mAccounts = mAccountFeatureProvider.getAccounts(mContext); in updateState()
/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/
DBrandedAccountPreferenceControllerTest.java83 when(mFakeFeatureFactory.mAccountFeatureProvider.getAccounts(any(Context.class))) in isAvailable_accountIsAvailable_on()
99 when(mFakeFeatureFactory.mAccountFeatureProvider.getAccounts(any(Context.class))) in isAvailable_configOff_hasAccount_off()
113 when(mFakeFeatureFactory.mAccountFeatureProvider.getAccounts(any(Context.class))) in displayPreference_hasOneAccount_showAccount()
132 when(mFakeFeatureFactory.mAccountFeatureProvider.getAccounts(any(Context.class))) in displayPreference_hasTwoAccounts_showTwoAccountSummary()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/
DFakeFeatureFactory.java82 public final AccountFeatureProvider mAccountFeatureProvider; field in FakeFeatureFactory
136 mAccountFeatureProvider = mock(AccountFeatureProvider.class); in FakeFeatureFactory()
246 return mAccountFeatureProvider; in getAccountFeatureProvider()
/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/
DFakeFeatureFactory.java81 public final AccountFeatureProvider mAccountFeatureProvider; field in FakeFeatureFactory
137 mAccountFeatureProvider = mock(AccountFeatureProvider.class); in FakeFeatureFactory()
247 return mAccountFeatureProvider; in getAccountFeatureProvider()