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

Commit 120ca9ee authored by Pratyush More's avatar Pratyush More
Browse files

Add LocaleManager host-side CTS suite to TEST_MAPPING.

Also modify locale manager shell output to be consistent with language tag format.

Bug: 202362940
Test: atest CtsLocaleManagerHostTestCases
Change-Id: I4928950d3dc04b4d5acbc93ce6c6993b870d179d
parent b5c41d94
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"
    }
  ]
}