Searched defs:US (Results 1 – 5 of 5) sorted by relevance
153 String.format(Locale.US, "Adding default dialer %s to allowlist", in updateAllowlist()159 LogUtil.i(TAG, String.format(Locale.US, "Update Lock task allowlist %s", in updateAllowlist()
127 LogUtil.i(TAG, String.format(Locale.US, "Launching activity: %s", activity)); in launchActivityInLockedMode()
75 CountryTimeZones US = mock(CountryTimeZones.class); in testLookupCountryCodesForZoneId() local
38 TestItem US = new TestItem("United States"); in testFilter() local
34 private static final Locale US = Locale.US; field in StringUtilsTests