OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:requiredaccounts
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java
152
String
requiredAccounts
= args.getString(KEY_REQUIRED_ACCOUNTS);
153
if (
requiredAccounts
!= null) {
155
for (String accountType :
requiredAccounts
.split(",")) {
Completed in 240 milliseconds