HomeSort by relevance Sort by last modified time
    Searched refs:mInfoTextView (Results 1 - 3 of 3) sorted by null

  /development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson3/
ClickFunActivityTest.java 39 private TextView mInfoTextView;
62 mInfoTextView = (TextView) mClickFunActivity.findViewById(R.id.info_text_view);
72 assertNotNull("mInfoTextView is null", mInfoTextView);
103 //Verify that the mInfoTextView is on screen and is not visible
104 ViewAsserts.assertOnScreen(decorView, mInfoTextView);
105 assertTrue(View.GONE == mInfoTextView.getVisibility());
110 //Verify that the mInfoTextView is initialized with the correct default value
111 assertEquals("", mInfoTextView.getText());
119 //Verify the that mClickMeButton was clicked. mInfoTextView is visible and contain
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationWithMediaRouterActivity.java 73 private TextView mInfoTextView;
99 mInfoTextView = (TextView)findViewById(R.id.info);
194 mInfoTextView.setText(getResources().getString(
205 mInfoTextView.setText(getResources().getString(
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouterActivity.java 88 private TextView mInfoTextView;
313 mInfoTextView = (TextView) findViewById(R.id.info);
582 mInfoTextView.setText("Currently selected route:"

Completed in 40 milliseconds