Home
last modified time | relevance | path

Searched refs:serviceIcon (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/custom/
DCustomTileDefaultsRepositoryTest.kt176 serviceIcon = 0, in noIconIsAnError()
199 serviceIcon = SERVICE_ICON_1, in PackageManager()
207 serviceIcon = SERVICE_ICON_2, in PackageManager()
215 serviceIcon: Int, in PackageManager()
217 appInfoIcon: Int = serviceIcon, in PackageManager()
240 icon = serviceIcon in PackageManager()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/pipeline/data/repository/
DFakeInstalledTilesComponentRepository.kt62 serviceIcon: Drawable? = null, in ServiceInfo()
83 return serviceIcon ?: getApplicationInfo().loadIcon(pm) in ServiceInfo()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DDialogFillUi.java109 @Nullable Drawable serviceIcon, @Nullable String servicePackageName, in DialogFillUi() argument
124 setServiceIcon(decor, serviceIcon); in DialogFillUi()
195 private void setServiceIcon(View decor, Drawable serviceIcon) { in setServiceIcon() argument
196 if (serviceIcon == null) { in setServiceIcon()
201 final int actualWidth = serviceIcon.getMinimumWidth(); in setServiceIcon()
202 final int actualHeight = serviceIcon.getMinimumHeight(); in setServiceIcon()
207 iconView.setImageDrawable(serviceIcon); in setServiceIcon()
DAutoFillUI.java212 @NonNull Drawable serviceIcon, @NonNull AutoFillUiCallback callback, in showFillUi() argument
234 serviceLabel, serviceIcon, mUiModeMgr.isNightMode(), maxInputLengthForAutofill, in showFillUi()
337 public void showSaveUi(@NonNull CharSequence serviceLabel, @NonNull Drawable serviceIcon, in showSaveUi() argument
365 mSaveUi = new SaveUi(context, pendingSaveUi, serviceLabel, serviceIcon, in showSaveUi()
426 @NonNull ComponentName componentName, @Nullable Drawable serviceIcon, in showFillDialog() argument
449 serviceIcon, servicePackageName, componentName, mOverlayControl, in showFillDialog()
DSaveUi.java180 @NonNull CharSequence serviceLabel, @NonNull Drawable serviceIcon, in SaveUi() argument
303 setServiceIcon(context, view, serviceIcon); in SaveUi()
583 private void setServiceIcon(Context context, View view, Drawable serviceIcon) { in setServiceIcon() argument
586 iconView.setImageDrawable(serviceIcon); in setServiceIcon()
DFillUi.java147 @NonNull Drawable serviceIcon, boolean nightMode, int maxInputLengthForAutofill, in FillUi() argument
179 iconView.setImageDrawable(serviceIcon); in FillUi()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java4015 final Drawable serviceIcon; in showSaveLocked() local
4017 serviceIcon = getServiceIcon(response); in showSaveLocked()
4020 if (serviceLabel == null || serviceIcon == null) { in showSaveLocked()
4027 getUiForShowing().showSaveUi(serviceLabel, serviceIcon, in showSaveLocked()
4935 final Drawable serviceIcon; in onFillReady() local
4938 serviceIcon = mService.getServiceIconLocked(); in onFillReady()
4940 if (serviceLabel == null || serviceIcon == null) { in onFillReady()
4985 serviceLabel, serviceIcon, this, mContext, id, mCompatMode, in onFillReady()
5094 Drawable serviceIcon = null; in requestShowFillDialog() local
5096 serviceIcon = getServiceIcon(response); in requestShowFillDialog()
[all …]