OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contactwritableaccounts
(Results
1 - 1
of
1
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java
393
final List<AccountWithDataSet>
contactWritableAccounts
= Lists.newArrayList();
505
contactWritableAccounts
.add(accountWithDataSet);
516
Collections.sort(
contactWritableAccounts
, ACCOUNT_COMPARATOR);
524
mContactWritableAccounts =
contactWritableAccounts
;
[
all
...]
Completed in 114 milliseconds