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
168
String
requiredAccounts
= args.getString(KEY_REQUIRED_ACCOUNTS);
169
if (
requiredAccounts
!= null) {
171
for (String accountType :
requiredAccounts
.split(",")) {
Completed in 837 milliseconds