Searched defs:serviceIcon (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | AutoFillUI.java | 211 @NonNull Drawable serviceIcon, @NonNull AutoFillUiCallback callback, in showFillUi() 334 public void showSaveUi(@NonNull CharSequence serviceLabel, @NonNull Drawable serviceIcon, in showSaveUi() 421 @NonNull ComponentName componentName, @Nullable Drawable serviceIcon, in showFillDialog()
|
H A D | DialogFillUi.java | 109 @Nullable Drawable serviceIcon, @Nullable String servicePackageName, in DialogFillUi() 195 private void setServiceIcon(View decor, Drawable serviceIcon) { in setServiceIcon()
|
H A D | SaveUi.java | 177 @NonNull CharSequence serviceLabel, @NonNull Drawable serviceIcon, in SaveUi() 563 private void setServiceIcon(Context context, View view, Drawable serviceIcon) { in setServiceIcon()
|
H A D | FillUi.java | 141 @NonNull Drawable serviceIcon, boolean nightMode, @NonNull Callback callback) { in FillUi()
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | Session.java | 3598 final Drawable serviceIcon; in showSaveLocked() local 4421 final Drawable serviceIcon; in onFillReady() local 4600 Drawable serviceIcon = null; in requestShowFillDialog() local 4622 Drawable serviceIcon = null; in getServiceIcon() local
|