/aosp12/packages/apps/Settings/src/com/android/settings/accounts/ |
H A D | AccountPreferenceBase.java | 123 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in AccountPreferenceBase 124 return mAuthenticatorHelper.getDrawableForType(getActivity(), accountType); in getDrawableForType()
|
H A D | ChooseAccountPreferenceController.java | 184 final Drawable drawable = getDrawableForType(pref.getType()); in onAuthDescriptionsUpdated() 235 Drawable getDrawableForType(final String accountType) { in getDrawableForType() method in ChooseAccountPreferenceController
|
H A D | AccountHeaderPreferenceController.java | 97 .setIcon(helper.getDrawableForType(mContext, mAccount.type)) in onResume()
|
H A D | AccountSyncSettings.java | 140 .setIcon(getDrawableForType(mAccount.type)) in onActivityCreated()
|
H A D | AccountPreferenceController.java | 517 final Drawable icon = helper.getDrawableForType(mContext, accountType); in getAccountTypePreferences()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/ |
H A D | AccountTypesHelper.java | 178 public Drawable getDrawableForType(String accountType) { in getDrawableForType() method in AccountTypesHelper 179 return mAuthenticatorHelper.getDrawableForType(mContext, accountType); in getDrawableForType()
|
H A D | AccountDetailsBasePreferenceController.java | 100 preference.setIcon(helper.getDrawableForType(getContext(), mAccount.type)); in updateState()
|
H A D | ChooseAccountPreferenceController.java | 151 Drawable icon = mAccountTypesHelper.getDrawableForType(accountType); in getAuthenticatorDescriptionPreferences()
|
H A D | AccountListPreferenceController.java | 225 Drawable icon = mAuthenticatorHelper.getDrawableForType(getContext(), accountType); in getAccountPreferences()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
H A D | PrivacyDialog.kt | 107 val d = getDrawableForType(element.type) 149 private fun getDrawableForType(type: PrivacyType): LayerDrawable { regex
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/ |
H A D | ChooseAccountPreferenceControllerTest.java | 199 doReturn(new ColorDrawable()).when(mController).getDrawableForType(anyString()); in updateAuthDescriptions_twoProvider_shouldAddTwoPreference() 200 doReturn(new ColorDrawable()).when(mController).getDrawableForType(anyString()); in updateAuthDescriptions_twoProvider_shouldAddTwoPreference()
|
/aosp12/frameworks/base/core/java/android/accounts/ |
H A D | ChooseAccountActivity.java | 94 getDrawableForType(((Account) mAccounts[i]).type)); in onCreate() 119 private Drawable getDrawableForType(String accountType) { in getDrawableForType() method in ChooseAccountActivity
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/ |
H A D | AuthenticatorHelper.java | 85 getDrawableForType(context, accountType); in preloadDrawableForType() 97 public Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType() method in AuthenticatorHelper
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
H A D | ShadowAuthenticationHelper.java | 69 protected Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType() method in ShadowAuthenticationHelper
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/accounts/ |
H A D | AccountDetailsBasePreferenceControllerTest.java | 116 when(mAuthenticatorHelper.getDrawableForType(mContext, mAccount.type)).thenReturn( in onCreate_shouldSetIcon()
|
H A D | ChooseAccountPreferenceControllerTest.java | 203 when(mMockAuthenticatorHelper.getDrawableForType(any(), any())).thenReturn(null); in initMocks()
|
H A D | AccountListPreferenceControllerTest.java | 345 when(mMockAuthenticatorHelper.getDrawableForType(any(), any())).thenReturn(null); in initMocks()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 423 Landroid/accounts/ChooseAccountActivity;->getDrawableForType(Ljava/lang/String;)Landroid/graphics/d…
|