Home
last modified time | relevance | path

Searched refs:mInfoTextView (Results 1 – 4 of 4) sorted by relevance

/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson3/
DClickFunActivityTest.java39 private TextView mInfoTextView; field in ClickFunActivityTest
62 mInfoTextView = (TextView) mClickFunActivity.findViewById(R.id.info_text_view); in setUp()
72 assertNotNull("mInfoTextView is null", mInfoTextView); in testPreconditions()
104 ViewAsserts.assertOnScreen(decorView, mInfoTextView); in testInfoTextView_layout()
105 assertTrue(View.GONE == mInfoTextView.getVisibility()); in testInfoTextView_layout()
111 assertEquals("", mInfoTextView.getText()); in testInfoTextViewText_isEmpty()
121 assertTrue(View.VISIBLE == mInfoTextView.getVisibility()); in testClickMeButton_clickButtonAndExpectInfoText()
122 assertEquals(expectedInfoText, mInfoTextView.getText()); in testClickMeButton_clickButtonAndExpectInfoText()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationWithMediaRouterActivity.java73 private TextView mInfoTextView; field in PresentationWithMediaRouterActivity
99 mInfoTextView = (TextView)findViewById(R.id.info); in onCreate()
194 mInfoTextView.setText(getResources().getString( in updateContents()
205 mInfoTextView.setText(getResources().getString( in updateContents()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DMainActivity.java86 private TextView mInfoTextView; field in MainActivity
310 mInfoTextView = (TextView) findViewById(R.id.info); in onCreate()
566 mInfoTextView.setText( in updateRouteDescription()
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DSampleMediaRouterActivity.java92 private TextView mInfoTextView; field in SampleMediaRouterActivity
314 mInfoTextView = (TextView) findViewById(R.id.info); in onCreate()
577 mInfoTextView.setText("Currently selected route:" in updateRouteDescription()