Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextLinksTest.java49 private static final String BUNDLE_VALUE = "value"; field in TextLinksTest
52 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
92 assertEquals(BUNDLE_VALUE, resultList.get(0).getExtras().getString(BUNDLE_KEY)); in testParcel()
102 assertEquals(BUNDLE_VALUE, result.getExtras().getString(BUNDLE_KEY)); in testParcel()
136 assertEquals(BUNDLE_VALUE, result.getExtras().getString(BUNDLE_KEY)); in testParcelOptions()
H A DTextSelectionTest.java51 private static final String BUNDLE_VALUE = "value"; field in TextSelectionTest
54 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
87 assertEquals(BUNDLE_VALUE, result.getExtras().getString(BUNDLE_KEY)); in testParcel()
113 assertEquals(BUNDLE_VALUE, result.getExtras().getString(BUNDLE_KEY)); in testParcelRequest()
H A DTextClassificationTest.java57 private static final String BUNDLE_VALUE = "value"; field in TextClassificationTest
60 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() argument
138 assertEquals(BUNDLE_VALUE, result.getExtras().getString(BUNDLE_KEY)); in testParcel()
223 assertEquals(BUNDLE_VALUE, result.getExtras().getString(BUNDLE_KEY)); in testParcelParcel()
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DConnectivityDiagnosticsManagerTest.java62 private static final String BUNDLE_VALUE = "value"; field in ConnectivityDiagnosticsManagerTest
102 bundle.putString(BUNDLE_KEY, BUNDLE_VALUE); in createSampleConnectivityReport()
130 a.putString(BUNDLE_KEY, BUNDLE_VALUE); in testPersistableBundleEquals()
133 b.putString(BUNDLE_KEY, BUNDLE_VALUE); in testPersistableBundleEquals()
213 bundle.putString(BUNDLE_KEY, BUNDLE_VALUE); in createSampleDataStallReport()