Home
last modified time | relevance | path

Searched refs:TEST_LOCALE (Results 1 – 8 of 8) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
DProvisioningParamsTest.java53 private static final Locale TEST_LOCALE = Locale.UK; field in ProvisioningParamsTest
159 .setLocale(TEST_LOCALE) in testNotEquals()
177 .setLocale(TEST_LOCALE) in testNotEquals()
299 .setLocale(TEST_LOCALE) in getCompleteProvisioningParams()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpecStringReferenceTests.java41 private static final Locale TEST_LOCALE = Locale.ENGLISH; field in MoreKeySpecStringReferenceTests
50 mTextsSet.setLocale(TEST_LOCALE, testRes, testPackageName); in setUp()
DMoreKeySpecSplitTests.java41 private static final Locale TEST_LOCALE = Locale.ENGLISH; field in MoreKeySpecSplitTests
50 mTextsSet.setLocale(TEST_LOCALE, targetRes, targetPackageName); in setUp()
DKeySpecParserTestsBase.java30 private final static Locale TEST_LOCALE = Locale.ENGLISH; field in KeySpecParserTestsBase
50 mTextsSet.setLocale(TEST_LOCALE, getContext()); in setUp()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java57 private static final String TEST_LOCALE = "test"; field in BinaryDictionaryTests
110 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */); in getBinaryDictionary()
117 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */); in getEmptyBinaryDictionary()
142 true /* useFullEditDistance */, Locale.getDefault(), TEST_LOCALE, in testConstructingDictionaryOnMemory()
418 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */); in testFlushDictionary()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
DPropertiesProvisioningDataParserTest.java149 private static final Locale TEST_LOCALE = Locale.UK; field in PropertiesProvisioningDataParserTest
277 .setLocale(TEST_LOCALE) in testParse_nfcProvisioningIntent()
592 props.setProperty(EXTRA_PROVISIONING_LOCALE, StoreUtils.localeToString(TEST_LOCALE)); in setTestTimeTimeZoneAndLocale()
602 EXTRA_PROVISIONING_LOCALE_SHORT, StoreUtils.localeToString(TEST_LOCALE)); in setShortTestTimeTimeZoneAndLocale()
DMessageParserTest.java58 private static final Locale TEST_LOCALE = Locale.UK; field in MessageParserTest
DExtrasProvisioningDataParserTest.java157 private static final Locale TEST_LOCALE = Locale.UK; field in ExtrasProvisioningDataParserTest
288 .setLocale(TEST_LOCALE) in testParse_trustedSourceProvisioningIntent()
934 return StoreUtils.localeToString(TEST_LOCALE); in buildTestLocaleString()