Searched defs:serviceIcon (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | AutoFillUI.java | 190 @NonNull Drawable serviceIcon, @NonNull AutoFillUiCallback callback, int sessionId, in showFillUi() 299 public void showSaveUi(@NonNull CharSequence serviceLabel, @NonNull Drawable serviceIcon, in showSaveUi()
|
H A D | SaveUi.java | 176 @NonNull CharSequence serviceLabel, @NonNull Drawable serviceIcon, in SaveUi() 555 private void setServiceIcon(Context context, View view, Drawable serviceIcon) { in setServiceIcon()
|
H A D | FillUi.java | 135 @NonNull Drawable serviceIcon, boolean nightMode, @NonNull Callback callback) { in FillUi()
|