Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
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()
DFillUi.java160 final RemoteViews headerPresentation = Helper.sanitizeRemoteView(response.getHeader()); in FillUi()
161 final RemoteViews footerPresentation = Helper.sanitizeRemoteView(response.getFooter()); in FillUi()
244 if (Helper.sanitizeRemoteView(response.getPresentation()) == null) { in FillUi()
326 final RemoteViews presentation = Helper.sanitizeRemoteView( in FillUi()
DSaveUi.java399 final RemoteViews template = Helper.sanitizeRemoteView(customDescription.getPresentation()); in applyCustomDescription()
459 Helper.sanitizeRemoteView(batchUpdates.getUpdates()); in applyCustomDescription()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DHelper.java114 public static @Nullable RemoteViews sanitizeRemoteView(RemoteViews rView) { in sanitizeRemoteView() method in Helper