/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/ |
D | TextLanguageTest.java | 47 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/ |
D | KeyboardLayoutTest.kt | 94 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/ |
D | HdmiCecSystemInformationTest.java | 76 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/ |
D | AttachedContextActivity.java | 52 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/ |
D | TvTrackInfoSubject.java | 76 public void hasLanguage(String language) { in hasLanguage() argument 77 check("getLanguage()").that(actual.getLanguage()).isEqualTo(language); in hasLanguage()
|
/cts/tests/tests/jvmti/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/tests/libcore/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/hostsidetests/dexmetadata/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/hostsidetests/classloaders/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/hostsidetests/jvmti/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | getset_relaxed.rscript | 13 * See the License for the specific language governing permissions and
|
/cts/tests/tests/appenumeration/lib/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/tests/tests/systemui/common/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-3145/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/tests/quickaccesswallet/app/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/hostsidetests/grammaticalinflection/atom/app/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0477/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/tests/accessibilityservice/test-apps/MultipleServicesApp/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9515/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-9803/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/hostsidetests/securitybulletin/utils/binary_loader_utils/ |
D | Android.bp | 13 * See the License for the specific language governing permissions and
|
/cts/tests/tests/externalservice/common/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/cts/tests/tests/security/testdata/dynamicpermissiontestattackerapp/ |
D | Android.bp | 13 // See the License for the specific language governing permissions and
|
/cts/libs/view/ |
D | Android.bp | 13 // See the License for the specific language governing permissions and
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0670/ |
D | Android.bp | 13 * See the License for the specific language governing permissions and
|