Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java252 public static final String ACTION_GET_INSTALLED_APPWIDGET_PROVIDERS = field in Constants
DTestActivity.java260 } else if (Constants.ACTION_GET_INSTALLED_APPWIDGET_PROVIDERS.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java30 import static android.appenumeration.cts.Constants.ACTION_GET_INSTALLED_APPWIDGET_PROVIDERS;
1641 /* intentExtra */ null, ACTION_GET_INSTALLED_APPWIDGET_PROVIDERS); in getInstalledAppWidgetProviders()