Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextSelectionTest.java40 private static final Bundle BUNDLE = new Bundle(); field in TextSelectionTest
42 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString()
55 .setExtras(BUNDLE) in testParcel()
85 .setExtras(BUNDLE) in testParcelRequest()
DTextLinksTest.java50 private static final Bundle BUNDLE = new Bundle(); field in TextLinksTest
52 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString()
73 .addLink(0, 4, getEntityScores(0.f, 0.f, 1.f), BUNDLE) in testParcel()
75 .setExtras(BUNDLE) in testParcel()
117 .setExtras(BUNDLE) in testParcelOptions()
DTextClassificationTest.java56 private static final Bundle BUNDLE = new Bundle(); field in TextClassificationTest
58 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString()
103 .setExtras(BUNDLE) in testParcel()
202 .setExtras(BUNDLE) in testParcelParcel()
/frameworks/base/core/java/android/widget/
DRemoteViews.java1265 static final int BUNDLE = 13; field in RemoteViews.ReflectionAction
1332 case BUNDLE: in ReflectionAction()
1391 case BUNDLE: in writeToParcel()
1432 case BUNDLE: in getParameterType()
3264 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.BUNDLE, value));