Home
last modified time | relevance | path

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

/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java284 new OptionsMatcher(firstOptions))); in testAppWidgetProviderCallbacks()
289 new OptionsMatcher(secondOptions))); in testAppWidgetProviderCallbacks()
1553 private static final class OptionsMatcher extends BaseMatcher<Bundle> { class in AppWidgetTest
1556 public OptionsMatcher(Bundle options) { in OptionsMatcher() method in AppWidgetTest.OptionsMatcher