OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentLayout
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFragment.java
75
* @param
contentLayout
Resource ID of the main content layout to insert into the template
80
final int
contentLayout
, final int headline) {
93
inflater.inflate(
contentLayout
, contentContainer, true);
/frameworks/opt/car/setupwizard/library/tests/robotests/src/com/android/car/setupwizardlib/
BaseActivityTest.java
258
View
contentLayout
= mBaseActivity.findViewById(R.id.content_layout);
259
assertThat(
contentLayout
).isNotNull();
Completed in 271 milliseconds