OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDefaultView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOptions.java
54
private CheckBox
mDefaultView
;
82
mDefaultView
= (CheckBox)findViewById(R.id.account_default);
126
mDefaultView
.setChecked(true);
211
mAccount.setDefaultAccount(
mDefaultView
.isChecked());
AccountSetupBasics.java
90
private CheckBox
mDefaultView
;
165
mDefaultView
= (CheckBox)findViewById(R.id.account_default);
184
mDefaultView
.setVisibility(View.VISIBLE);
450
boolean isDefault =
mDefaultView
.isChecked();
508
AccountSetupAccountType.actionSelectAccountType(this, mAccount,
mDefaultView
.isChecked(),
Completed in 435 milliseconds