Merge "Add LocaleManager host-side CTS suite to TEST_MAPPING."
This commit is contained in:
committed by
Android (Google) Code Review
commit
7a937c356e
@@ -133,7 +133,7 @@ public class LocaleManagerShellCommand extends ShellCommand {
|
||||
try {
|
||||
LocaleList locales = mBinderService.getApplicationLocales(packageName, userId);
|
||||
getOutPrintWriter().println("Locales for " + packageName
|
||||
+ " for user " + userId + " are " + locales);
|
||||
+ " for user " + userId + " are [" + locales.toLanguageTags() + "]");
|
||||
} catch (RemoteException e) {
|
||||
getOutPrintWriter().println("Remote Exception: " + e);
|
||||
} catch (IllegalArgumentException e) {
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
},
|
||||
{
|
||||
"name": "CtsLocaleManagerTestCases"
|
||||
},
|
||||
{
|
||||
"name": "CtsLocaleManagerHostTestCases"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user