Searched refs:BUNDLE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
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 | TextSelectionTest.java | 52 private static final Bundle BUNDLE = new Bundle(); field in TextSelectionTest 54 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() 67 .setExtras(BUNDLE) in testParcel() 97 .setExtras(BUNDLE) in testParcelRequest() 140 .setExtras(BUNDLE) in testToBuilder()
|
D | TextClassificationTest.java | 58 private static final Bundle BUNDLE = new Bundle(); field in TextClassificationTest 60 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() 105 .setExtras(BUNDLE) in testParcel() 204 .setExtras(BUNDLE) in testParcelParcel()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 1265 case BaseReflectionAction.BUNDLE: in getParameterType() 1622 static final int BUNDLE = 13; field in RemoteViews.BaseReflectionAction 1806 case BUNDLE: in ReflectionAction() 1861 case BUNDLE: in writeToParcel() 5158 addAction(new ReflectionAction(viewId, methodName, BaseReflectionAction.BUNDLE, value));
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 72338 Landroid/widget/RemoteViews$ReflectionAction;->BUNDLE:I
|