Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a937c35 authored by Pratyush More's avatar Pratyush More Committed by Android (Google) Code Review
Browse files

Merge "Add LocaleManager host-side CTS suite to TEST_MAPPING."

parents f5956d39 120ca9ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {
+4 −1
Original line number Diff line number Diff line
@@ -10,6 +10,9 @@
    },
    {
      "name": "CtsLocaleManagerTestCases"
    },
    {
      "name": "CtsLocaleManagerHostTestCases"
    }
  ]
}