Home
last modified time | relevance | path

Searched refs:sanitizeRemoteView (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DDialogFillUi.java213 Helper.sanitizeRemoteView(response.getDialogHeader()); in setHeader()
248 RemoteViews presentation = Helper.sanitizeRemoteView( in initialAuthenticationLayout()
251 presentation = Helper.sanitizeRemoteView(response.getPresentation()); in initialAuthenticationLayout()
295 RemoteViews presentation = Helper.sanitizeRemoteView( in createDatasetItems()
H A DFillUi.java152 final RemoteViews headerPresentation = Helper.sanitizeRemoteView(response.getHeader()); in FillUi()
153 final RemoteViews footerPresentation = Helper.sanitizeRemoteView(response.getFooter()); in FillUi()
232 if (Helper.sanitizeRemoteView(response.getPresentation()) == null) { in FillUi()
314 final RemoteViews presentation = Helper.sanitizeRemoteView( in FillUi()
H A DSaveUi.java379 final RemoteViews template = Helper.sanitizeRemoteView(customDescription.getPresentation()); in applyCustomDescription()
439 Helper.sanitizeRemoteView(batchUpdates.getUpdates()); in applyCustomDescription()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DHelper.java116 public static @Nullable RemoteViews sanitizeRemoteView(RemoteViews rView) { in sanitizeRemoteView() method in Helper