Searched refs:BUNDLE (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
D | TextSelectionTest.java | 40 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()
|
D | TextLinksTest.java | 50 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()
|
D | TextClassificationTest.java | 56 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/ |
D | RemoteViews.java | 1265 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));
|