From cdf36015580adf63bd32d2f1cdbf526918de9b88 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Tue, 27 May 2014 13:29:00 -0700 Subject: Fix build break Change-Id: I84dd2667227f40962b8d034c35c5e56f854221e3 --- tests/src/com/android/dialer/widget/ActionBarControllerTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/src/com/android/dialer/widget/ActionBarControllerTest.java b/tests/src/com/android/dialer/widget/ActionBarControllerTest.java index 919a07bac..c67ea35aa 100644 --- a/tests/src/com/android/dialer/widget/ActionBarControllerTest.java +++ b/tests/src/com/android/dialer/widget/ActionBarControllerTest.java @@ -114,14 +114,14 @@ public class ActionBarControllerTest extends InstrumentationTestCase { public void testOnSearchUiExited() { // ActionBar shown previously before entering searchUI mSearchBox.expand(true, false); - mSearchBox.makeInvisible(); + mSearchBox.setVisible(false); mActivityUi.shouldShowActionBar = true; mActionBarController.onSearchUiExited(); assertActionBarState(false, false, false); // ActionBar slid up previously before entering searchUI mSearchBox.collapse(false); - mSearchBox.makeInvisible(); + mSearchBox.setVisible(false); mActivityUi.shouldShowActionBar = false; mActionBarController.onSearchUiExited(); assertActionBarState(false, false, true); -- cgit v1.2.3