Searched refs:sanitizeRemoteView (Results 1 – 4 of 4) sorted by relevance
213 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()
160 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()
399 final RemoteViews template = Helper.sanitizeRemoteView(customDescription.getPresentation()); in applyCustomDescription()459 Helper.sanitizeRemoteView(batchUpdates.getUpdates()); in applyCustomDescription()
114 public static @Nullable RemoteViews sanitizeRemoteView(RemoteViews rView) { in sanitizeRemoteView() method in Helper