Home
last modified time | relevance | path

Searched refs:subtypeName (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtilsTests.java108 final String subtypeName = SubtypeLocaleUtils in testAllFullDisplayName() local
113 assertTrue(subtypeName, subtypeName.contains(layoutName)); in testAllFullDisplayName()
117 assertTrue(subtypeName, subtypeName.contains(languageName)); in testAllFullDisplayName()
302 final String subtypeName = SubtypeLocaleUtils in testIsRtlLanguage() local
305 assertTrue(subtypeName, SubtypeLocaleUtils.isRtlLanguage(subtype)); in testIsRtlLanguage()
307 assertFalse(subtypeName, SubtypeLocaleUtils.isRtlLanguage(subtype)); in testIsRtlLanguage()
DSpacebarLanguagetUtilsTests.java108 final String subtypeName = SubtypeLocaleUtils in testAllFullDisplayNameForSpacebar() local
114 assertFalse(subtypeName, spacebarText.contains(languageName)); in testAllFullDisplayNameForSpacebar()
116 assertTrue(subtypeName, spacebarText.contains(languageName)); in testAllFullDisplayNameForSpacebar()
123 final String subtypeName = SubtypeLocaleUtils in testAllMiddleDisplayNameForSpacebar() local
127 assertEquals(subtypeName, in testAllMiddleDisplayNameForSpacebar()
131 assertEquals(subtypeName, in testAllMiddleDisplayNameForSpacebar()
/packages/apps/Browser/src/com/android/browser/
DNetworkStateHandler.java69 String subtypeName = info.getSubtypeName(); in NetworkStateHandler()
71 (subtypeName != null ? subtypeName.toLowerCase() : "")); in NetworkStateHandler()