Home
last modified time | relevance | path

Searched refs:BUNDLE_VALUE (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextLanguageTest.java37 private static final String BUNDLE_VALUE = "value"; field in TextLanguageTest
40 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
63 assertEquals(BUNDLE_VALUE, language.getExtras().getString(BUNDLE_KEY)); in testTextLanguage()
86 assertEquals(BUNDLE_VALUE, request.getExtras().getString(BUNDLE_KEY)); in testTextLanguageRequest()
DTextLinksTest.java52 private static final String BUNDLE_VALUE = "value"; field in TextLinksTest
55 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
85 assertEquals(BUNDLE_VALUE, textLinks.getExtras().getString(BUNDLE_KEY)); in testTextLinks_full()
99 assertEquals(BUNDLE_VALUE, textLinkHasExtra.getExtras().getString(BUNDLE_KEY)); in testTextLinks_full()
250 assertEquals(BUNDLE_VALUE, request.getExtras().getString(BUNDLE_KEY)); in testTextLinksRequest_full()
DTextSelectionTest.java44 private static final String BUNDLE_VALUE = "value"; field in TextSelectionTest
47 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
87 assertThat(selection.getExtras().getString(BUNDLE_KEY)).isEqualTo(BUNDLE_VALUE); in testTextSelection()
184 assertThat(request.getExtras().getString(BUNDLE_KEY)).isEqualTo(BUNDLE_VALUE); in testTextSelectionRequest()
DTextClassificationTest.java49 private static final String BUNDLE_VALUE = "value"; field in TextClassificationTest
52 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
119 assertEquals(BUNDLE_VALUE, classification.getExtras().getString(BUNDLE_KEY)); in testTextClassification()
184 assertEquals(BUNDLE_VALUE, request.getExtras().getString(BUNDLE_KEY)); in testTextClassificationRequest()
DTextClassifierTest.java65 private static final String BUNDLE_VALUE = "value"; field in TextClassifierTest
68 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DTrustAgentInfoTest.java28 private static final String BUNDLE_VALUE = "value"; field in TrustAgentInfoTest
36 CONFIG.putString(BUNDLE_KEY, BUNDLE_VALUE); in CONFIG.putString() argument
83 assertEquals(BUNDLE_VALUE, bundle.getString(BUNDLE_KEY)); in assertPersistableBundleList()