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
57
final protected List<AccountWithDataSet>
mAccountList
;
65
mAccountList
= accountList;
71
doImport(mContext, mResId,
mAccountList
.get(which));
/packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java
200
public final AccountList
mAccountList
= new AccountList();
614
synchronized (
mAccountList
) {
616
collectEasAccounts(context,
mAccountList
);
622
for (Account account :
mAccountList
) {
635
synchronized (
mAccountList
) {
636
for (Account account :
mAccountList
) {
664
synchronized (
mAccountList
) {
665
for (Account account :
mAccountList
) {
689
synchronized (
mAccountList
) {
690
for (Account account :
mAccountList
) {
[
all
...]
Completed in 158 milliseconds