Home
last modified time | relevance | path

Searched refs:interceptionHandler (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DDialogFillUi.java219 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()
DFillUi.java227 final RemoteViews.InteractionHandler interceptionHandler = (view, pendingIntent, r) -> { in FillUi() local
248 mContext, decor, interceptionHandler, mThemeId); in FillUi()
337 mContext, null, interceptionHandler, mThemeId); in FillUi()