OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mAccountList
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/util/
AccountSelectionUtil.java
61
final protected List<AccountWithDataSet>
mAccountList
;
69
mAccountList
= accountList;
83
doImport(mActivity, mResId,
mAccountList
.get(which), mSubscriptionId);
/packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java
71
private PreferenceCategory
mAccountList
;
123
mAccountList
= (PreferenceCategory) getPreferenceScreen().findPreference(
142
mAccountList
.removePreference(mDefaultOutgoingAccount);
148
mAccountList
.removePreference(allAccounts);
151
getPreferenceScreen().removePreference(
mAccountList
);
386
mAccountList
.addPreference(accountPreference);
Completed in 118 milliseconds