Searched refs:EN_US (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/ |
D | AppLocalePickerActivityTest.java | 95 private static final String EN_US = "en-US"; field in AppLocalePickerActivityTest 288 NotificationInfo info = dataManager.getNotificationInfo(EN_US); in onLocaleSelected_evaluateNotification_simpleLocaleUpdate_localeCreatedWithUid() 306 initSharedPreference(EN_US, uidSet, 0, 0, 0, 0); in onLocaleSelected_evaluateNotification_twoLocaleUpdate_triggerNotification() 313 NotificationInfo info = mDataManager.getNotificationInfo(EN_US); in onLocaleSelected_evaluateNotification_twoLocaleUpdate_triggerNotification() 335 initSharedPreference(EN_US, uidSet, 0, 1, in onLocaleSelected_evaluateNotification_oddLocaleUpdate_uidAddedWithoutNotification() 343 NotificationInfo info = mDataManager.getNotificationInfo(EN_US); in onLocaleSelected_evaluateNotification_oddLocaleUpdate_uidAddedWithoutNotification() 364 initSharedPreference(EN_US, uidSet, 0, 1, in onLocaleSelected_evaluateNotification_frequentLocaleUpdate_uidAddedNoNotification() 372 NotificationInfo info = mDataManager.getNotificationInfo(EN_US); in onLocaleSelected_evaluateNotification_frequentLocaleUpdate_uidAddedNoNotification() 394 initSharedPreference(EN_US, uidSet, 0, 1, Calendar.getInstance().getTimeInMillis(), in onLocaleSelected_evaluateNotification_2ndOddLocaleUpdate_uidAddedNoNotification() 402 NotificationInfo info = mDataManager.getNotificationInfo(EN_US); in onLocaleSelected_evaluateNotification_2ndOddLocaleUpdate_uidAddedNoNotification() [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
D | SubtypeLocaleUtilsTests.java | 55 InputMethodSubtype EN_US; field in SubtypeLocaleUtilsTests 102 EN_US = mRichImm.findSubtypeByLocaleAndKeyboardLayoutSet( in setUp() 176 assertEquals("en_US", "qwerty", SubtypeLocaleUtils.getKeyboardLayoutSetName(EN_US)); in testKeyboardLayoutSetName() 245 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(EN_US)); in testPredefinedSubtypesInEnglishSystemLocale() 347 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(EN_US)); in testPredefinedSubtypesInFrenchSystemLocale()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | RichInputMethodSubtypeTests.java | 58 RichInputMethodSubtype EN_US; field in RichInputMethodSubtypeTests 105 EN_US = new RichInputMethodSubtype(mRichImm.findSubtypeByLocaleAndKeyboardLayoutSet( in setUp() 242 assertEquals("en_US", "English (US)", EN_US.getFullDisplayName()); 254 assertEquals("en_US", "English", EN_US.getMiddleDisplayName());
|