OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAccountList
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountSelectionUtil.java
58
final protected List<AccountWithDataSet>
mAccountList
;
66
mAccountList
= accountList;
72
doImport(mContext, mResId,
mAccountList
.get(which));
/packages/apps/Email/emailsync/src/com/android/emailsync/
SyncManager.java
189
public final AccountList
mAccountList
= new AccountList();
370
synchronized (
mAccountList
) {
372
collectAccounts(context,
mAccountList
);
378
for (Account account :
mAccountList
) {
391
synchronized (
mAccountList
) {
392
for (Account account :
mAccountList
) {
416
synchronized (
mAccountList
) {
417
for (Account account :
mAccountList
) {
446
synchronized (
mAccountList
) {
447
for (Account account :
mAccountList
) {
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
SelectAccountActivity.java
86
final AccountWithDataSet account =
mAccountList
.get(which);
/packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java
580
synchronized (
mAccountList
) {
581
for (Account account :
mAccountList
) {
Completed in 231 milliseconds