Home
last modified time | relevance | path

Searched refs:BUNDLE (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextLanguageTest.java38 private static final Bundle BUNDLE = new Bundle(); field in TextLanguageTest
40 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString()
52 .setExtras(BUNDLE) in testTextLanguage()
82 .setExtras(BUNDLE) in testTextLanguageRequest()
DTextLinksTest.java53 private static final Bundle BUNDLE = new Bundle(); field in TextLinksTest
55 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString()
78 .setExtras(BUNDLE) in testTextLinks_full()
81 BUNDLE) in testTextLinks_full()
105 .setExtras(BUNDLE) in testTextLinks_clearTextLinks()
242 .setExtras(BUNDLE) in testTextLinksRequest_full()
DTextSelectionTest.java45 private static final Bundle BUNDLE = new Bundle(); field in TextSelectionTest
47 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString()
68 .setExtras(BUNDLE); in testTextSelection()
171 .setExtras(BUNDLE); in testTextSelectionRequest()
DTextClassificationTest.java50 private static final Bundle BUNDLE = new Bundle(); field in TextClassificationTest
52 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString()
90 .setExtras(BUNDLE) in testTextClassification()
180 .setExtras(BUNDLE) in testTextClassificationRequest()
DTextClassifierTest.java66 private static final Bundle BUNDLE = new Bundle(); field in TextClassifierTest
68 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString()
87 .setExtras(BUNDLE)