Searched refs:BUNDLE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
D | TextLinksTest.java | 45 private static final Bundle BUNDLE = new Bundle(); field in TextLinksTest 47 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() 68 .addLink(0, 4, getEntityScores(0.f, 0.f, 1.f), BUNDLE) in testParcel() 70 .setExtras(BUNDLE) in testParcel() 109 .setExtras(BUNDLE) in testParcelOptions()
|
D | TextSelectionTest.java | 38 private static final Bundle BUNDLE = new Bundle(); field in TextSelectionTest 40 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() 53 .setExtras(BUNDLE) in testParcel() 83 .setExtras(BUNDLE) in testParcelRequest()
|
D | TextClassificationTest.java | 55 private static final Bundle BUNDLE = new Bundle(); field in TextClassificationTest 57 BUNDLE.putString(BUNDLE_KEY, BUNDLE_VALUE); in BUNDLE.putString() 101 .setExtras(BUNDLE) in testParcel() 200 .setExtras(BUNDLE) in testParcelParcel()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 1256 static final int BUNDLE = 13; field in RemoteViews.ReflectionAction 1323 case BUNDLE: in ReflectionAction() 1382 case BUNDLE: in writeToParcel() 1423 case BUNDLE: in getParameterType() 3255 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.BUNDLE, value));
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 89429 Landroid/widget/RemoteViews$ReflectionAction;->BUNDLE:I
|