OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accountsfortype
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java
543
List<AccountType>
accountsForType
= accountTypesByType.get(accountType.accountType);
544
if (
accountsForType
== null) {
545
accountsForType
= Lists.newArrayList();
547
accountsForType
.add(accountType);
548
accountTypesByType.put(accountType.accountType,
accountsForType
);
[
all
...]
/frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java
567
final Account[]
accountsForType
= new Account[accountNames.size()];
568
for (int i = 0; i <
accountsForType
.length; i++) {
569
accountsForType
[i] = new Account(accountNames.get(i), accountType);
571
accounts.accountCache.put(accountType,
accountsForType
);
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
Completed in 68 milliseconds