Searched refs:interceptionHandler (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | DialogFillUi.java | 219 final RemoteViews.InteractionHandler interceptionHandler = (view, pendingIntent, r) -> { in setHeader() local 227 mContext, (ViewGroup) decor, interceptionHandler, mThemeId); in setHeader() 259 final RemoteViews.InteractionHandler interceptionHandler = (view, pendingIntent, r) -> { in initialAuthenticationLayout() local 266 mContext, (ViewGroup) decor, interceptionHandler, mThemeId); in initialAuthenticationLayout() 283 final RemoteViews.InteractionHandler interceptionHandler = (view, pendingIntent, r) -> { in createDatasetItems() local 308 mContext, null, interceptionHandler, mThemeId); in createDatasetItems()
|
H A D | FillUi.java | 215 final RemoteViews.InteractionHandler interceptionHandler = (view, pendingIntent, r) -> { in FillUi() local 236 mContext, decor, interceptionHandler, mThemeId); in FillUi() 325 mContext, null, interceptionHandler, mThemeId); in FillUi()
|