Home
last modified time | relevance | path

Searched refs:language (Results 1 – 25 of 3686) sorted by relevance

12345678910>>...148

/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextLanguageTest.java47 final TextLanguage language = new TextLanguage.Builder() in testTextLanguage() local
55 assertEquals(ID, language.getId()); in testTextLanguage()
56 assertEquals(3, language.getLocaleHypothesisCount()); in testTextLanguage()
57 assertEquals(ULocale.ENGLISH, language.getLocale(0)); in testTextLanguage()
58 assertEquals(ULocale.CHINESE, language.getLocale(1)); in testTextLanguage()
59 assertEquals(ULocale.JAPANESE, language.getLocale(2)); in testTextLanguage()
60 assertEquals(0.6f, language.getConfidenceScore(ULocale.ENGLISH), EPSILON); in testTextLanguage()
61 assertEquals(0.3f, language.getConfidenceScore(ULocale.CHINESE), EPSILON); in testTextLanguage()
62 assertEquals(0.1f, language.getConfidenceScore(ULocale.JAPANESE), EPSILON); in testTextLanguage()
63 assertEquals(BUNDLE_VALUE, language.getExtras().getString(BUNDLE_KEY)); in testTextLanguage()
[all …]
/cts/tests/input/src/android/input/cts/
DKeyboardLayoutTest.kt94 private fun getKeyboardLayoutDescriptor(language: String): String? { in getKeyboardLayoutDescriptor()
97 if (kl.endsWith(language)) { in getKeyboardLayoutDescriptor()
101 fail("Failed to get keyboard layout for language $language") in getKeyboardLayoutDescriptor()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecSystemInformationTest.java76 final String language = "spb"; in cect_11_2_6_4_SetInvalidMenuLanguage() local
79 CecOperand.SET_MENU_LANGUAGE, CecMessage.convertStringToHexParams(language)); in cect_11_2_6_4_SetInvalidMenuLanguage()
96 final String language = originalLanguage.equals("spa") ? "eng" : "spa"; in cect_11_2_6_5_SetValidMenuLanguageFromInvalidSource() local
99 CecOperand.SET_MENU_LANGUAGE, CecMessage.convertStringToHexParams(language)); in cect_11_2_6_5_SetValidMenuLanguageFromInvalidSource()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAttachedContextActivity.java52 private Context applyLocale(Context context, String language) { in applyLocale() argument
55 configuration.setLocale(new Locale(language)); in applyLocale()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvTrackInfoSubject.java76 public void hasLanguage(String language) { in hasLanguage() argument
77 check("getLanguage()").that(actual.getLanguage()).isEqualTo(language); in hasLanguage()
/cts/tests/tests/jvmti/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/tests/libcore/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/hostsidetests/dexmetadata/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/hostsidetests/classloaders/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/hostsidetests/jvmti/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dgetset_relaxed.rscript13 * See the License for the specific language governing permissions and
/cts/tests/tests/appenumeration/lib/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/tests/tests/systemui/common/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-3145/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/tests/quickaccesswallet/app/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/hostsidetests/grammaticalinflection/atom/app/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0477/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/tests/accessibilityservice/test-apps/MultipleServicesApp/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9515/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-9803/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/hostsidetests/securitybulletin/utils/binary_loader_utils/
DAndroid.bp13 * See the License for the specific language governing permissions and
/cts/tests/tests/externalservice/common/
DAndroid.bp12 // See the License for the specific language governing permissions and
/cts/tests/tests/security/testdata/dynamicpermissiontestattackerapp/
DAndroid.bp13 // See the License for the specific language governing permissions and
/cts/libs/view/
DAndroid.bp13 // See the License for the specific language governing permissions and
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0670/
DAndroid.bp13 * See the License for the specific language governing permissions and

12345678910>>...148