Searched refs:mInfoTextView (Results 1 – 3 of 3) sorted by relevance
40 private TextView mInfoTextView; field in ClickFunActivityTest63 mInfoTextView = (TextView) mClickFunActivity.findViewById(R.id.info_text_view); in setUp()73 assertNotNull("mInfoTextView is null", mInfoTextView); in testPreconditions()105 ViewAsserts.assertOnScreen(decorView, mInfoTextView); in testInfoTextView_layout()106 assertTrue(View.GONE == mInfoTextView.getVisibility()); in testInfoTextView_layout()112 assertEquals("", mInfoTextView.getText()); in testInfoTextViewText_isEmpty()122 assertTrue(View.VISIBLE == mInfoTextView.getVisibility()); in testClickMeButton_clickButtonAndExpectInfoText()123 assertEquals(expectedInfoText, mInfoTextView.getText()); in testClickMeButton_clickButtonAndExpectInfoText()
73 private TextView mInfoTextView; field in PresentationWithMediaRouterActivity99 mInfoTextView = (TextView)findViewById(R.id.info); in onCreate()194 mInfoTextView.setText(getResources().getString( in updateContents()205 mInfoTextView.setText(getResources().getString( in updateContents()
86 private TextView mInfoTextView; field in MainActivity310 mInfoTextView = (TextView) findViewById(R.id.info); in onCreate()566 mInfoTextView.setText( in updateRouteDescription()