From e8fb6d826b0834bf4549107ac7716a46c00f745c Mon Sep 17 00:00:00 2001 From: Federico Baron Date: Thu, 17 Aug 2023 16:20:56 +0000 Subject: [PATCH] Revert "Add logs for widget picker image test" This reverts commit 575a6ef5f8c0e400beb15790d761d30a828f69b2. Reason for revert: we no longer need the logs since we're going to ignore widget picker image test in UDC-QPR and leave it on in main where it's already not failing Change-Id: Ib132c9df710031d291d0254fe4bb0acdfeb3f863 --- .../launcher3/widget/picker/WidgetsFullSheet.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/com/android/launcher3/widget/picker/WidgetsFullSheet.java b/src/com/android/launcher3/widget/picker/WidgetsFullSheet.java index 438d4a03b8..abca1f87d5 100644 --- a/src/com/android/launcher3/widget/picker/WidgetsFullSheet.java +++ b/src/com/android/launcher3/widget/picker/WidgetsFullSheet.java @@ -888,18 +888,6 @@ public class WidgetsFullSheet extends BaseWidgetSheet return mContent; } - /** Gets the search bar, which is used for testing */ // b/294050472 - @VisibleForTesting - public View getSearchBar() { - return (View) mSearchBar; - } - - /** Gets the search bar container, which is used for testing */ // b/294050472 - @VisibleForTesting - public View getSearchBarContainer() { - return (View) mSearchBarContainer; - } - /** Opens the first header in widget picker and scrolls to the top of the RecyclerView. */ @VisibleForTesting public void openFirstHeader() {