OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accountnamesbytype
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java
363
final HashMap<String, ArrayList<String>>
accountNamesByType
=
379
ArrayList<String> accountNames =
accountNamesByType
.get(accountType);
382
accountNamesByType
.put(accountType, accountNames);
388
:
accountNamesByType
.entrySet()) {
[
all
...]
Completed in 123 milliseconds