Home
last modified time | relevance | path

Searched refs:BUNDLE_KEY (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextLinksTest.java48 private static final String BUNDLE_KEY = "key"; 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()
DTextSelectionTest.java50 private static final String BUNDLE_KEY = "key"; 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()
DTextClassificationTest.java56 private static final String BUNDLE_KEY = "key"; 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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubbleBarUpdate.java35 public static final String BUNDLE_KEY = "update"; field in BubbleBarUpdate
/frameworks/base/media/jni/
Dandroid_media_MediaMetricsJNI.cpp123 bh.put(mediametrics::BUNDLE_KEY, item->getKey().c_str()); in writeMetricsToBundle()
/frameworks/base/core/jni/
Dandroid_media_MediaMetricsJNI.cpp123 bh.put(mediametrics::BUNDLE_KEY, item->getKey().c_str()); in writeMetricsToBundle()
/frameworks/base/media/java/android/media/
DMediaMetrics.java650 public static final String BUNDLE_KEY = "_key"; field in Item
716 bundle.putString(BUNDLE_KEY, key); in toBundle()
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h231 static inline constexpr const char *BUNDLE_KEY = "_key"; variable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java2395 b.putParcelable(BubbleBarUpdate.BUNDLE_KEY, update);