OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInfoTextView
(Results
1 - 6
of
6
) 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(
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
MainActivity.java
86
private TextView
mInfoTextView
;
310
mInfoTextView
= (TextView) findViewById(R.id.info);
566
mInfoTextView
.setText(
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
MainActivity.java
86
private TextView
mInfoTextView
;
310
mInfoTextView
= (TextView) findViewById(R.id.info);
566
mInfoTextView
.setText(
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouterActivity.java
86
private TextView
mInfoTextView
;
293
mInfoTextView
= (TextView) findViewById(R.id.info);
560
mInfoTextView
.setText("Currently selected route:"
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
MainActivity.java
86
private TextView
mInfoTextView
;
310
mInfoTextView
= (TextView) findViewById(R.id.info);
566
mInfoTextView
.setText(
Completed in 63 milliseconds