Searched refs:timeView (Results 1 – 1 of 1) sorted by relevance
64 private TextView timeView; field in TimerSetupViewTest93 timeView = timerSetupView.findViewById(R.id.timer_setup_time); in setUp()94 timeView.setActivated(true); in setUp()105 timeView = null; in tearDown()244 assertTrue(TextUtils.equals("00h 00m 00s", timeView.getText())); in assertIsReset()246 timeView.getContentDescription())); in assertIsReset()276 assertTrue(TextUtils.equals(timeString, timeView.getText())); in assertHasValue()