OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:templateView
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/
TemplateLayoutTest.java
75
View
templateView
= layout.findViewById(R.id.test_template_view);
76
assertNotNull("@id/test_template_view should exist in template",
templateView
);
82
templateView
= layout.findViewById(R.id.test_template_view);
83
assertNotNull("@id/test_template_view should exist in template",
templateView
);
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
SetupWizardLayoutTest.java
104
View
templateView
= layout.findViewById(R.id.test_template_view);
105
assertNotNull("@id/test_template_view should exist in template",
templateView
);
111
templateView
= layout.findViewById(R.id.test_template_view);
112
assertNotNull("@id/test_template_view should exist in template",
templateView
);
Completed in 205 milliseconds