OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAccountList
(Results
1 - 3
of
3
) sorted by null
/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);
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountSelectionUtil.java
60
final protected List<AccountWithDataSet>
mAccountList
;
68
mAccountList
= accountList;
82
doImport(mContext, mResId,
mAccountList
.get(which), mSubscriptionId);
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
SelectAccountActivity.java
86
final AccountWithDataSet account =
mAccountList
.get(which);
Completed in 63 milliseconds