/packages/apps/Settings/src/com/android/settings/accounts/ |
D | AccountPreferenceBase.java | 123 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in AccountPreferenceBase 124 return mAuthenticatorHelper.getDrawableForType(getActivity(), accountType); in getDrawableForType()
|
D | ChooseAccountPreferenceController.java | 185 final Drawable drawable = getDrawableForType(pref.getType()); in onAuthDescriptionsUpdated() 242 Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in ChooseAccountPreferenceController
|
D | AccountHeaderPreferenceController.java | 97 .setIcon(helper.getDrawableForType(mContext, mAccount.type)) in onResume()
|
D | AccountSyncSettings.java | 143 .setIcon(getDrawableForType(mAccount.type)) in onActivityCreated()
|
D | AccountPreferenceController.java | 611 final Drawable icon = helper.getDrawableForType(mContext, accountType); in getAccountTypePreferences()
|
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/ |
D | AccountTypesHelper.java | 178 public Drawable getDrawableForType(String accountType) { in getDrawableForType() method in AccountTypesHelper 179 return mAuthenticatorHelper.getDrawableForType(mContext, accountType); in getDrawableForType()
|
D | AccountDetailsBasePreferenceController.java | 100 preference.setIcon(helper.getDrawableForType(getContext(), mAccount.type)); in updateState()
|
D | ChooseAccountPreferenceController.java | 150 Drawable icon = mAccountTypesHelper.getDrawableForType(accountType); in getAuthenticatorDescriptionPreferences()
|
D | AccountListPreferenceController.java | 235 Drawable icon = mAuthenticatorHelper.getDrawableForType(getContext(), accountType); in getAccountPreferences()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/ |
D | ChooseAccountPreferenceControllerTest.java | 206 doReturn(new ColorDrawable()).when(mController).getDrawableForType(anyString()); in updateAuthDescriptions_twoProvider_shouldAddTwoPreference() 207 doReturn(new ColorDrawable()).when(mController).getDrawableForType(anyString()); in updateAuthDescriptions_twoProvider_shouldAddTwoPreference()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowAuthenticationHelper.java | 70 protected Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType() method in ShadowAuthenticationHelper
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/accounts/ |
D | AccountDetailsBasePreferenceControllerTest.java | 116 when(mAuthenticatorHelper.getDrawableForType(mContext, mAccount.type)).thenReturn( in onCreate_shouldSetIcon()
|
D | ChooseAccountPreferenceControllerTest.java | 199 when(mMockAuthenticatorHelper.getDrawableForType(any(), any())).thenReturn(null); in initMocks()
|
D | AccountListPreferenceControllerTest.java | 521 when(mMockAuthenticatorHelper.getDrawableForType(any(), any())).thenReturn(null); in initMocks()
|
/packages/apps/Settings/src/com/android/settings/privatespace/delete/ |
D | PrivateSpaceDeleteFragment.java | 147 Drawable icon = helper.getDrawableForType(getContext(), accountType); in loadPrivateProfileAccountList()
|