Home
last modified time | relevance | path

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

/cts/tests/tests/appwidget/common/src/android/appwidget/cts/common/
DConstants.java30 public static final String ACTION_APPLY_OVERRIDE = field in Constants
/cts/tests/tests/appwidget/packages/src/android/appwidget/cts/packages/
DSimpleProvider.java17 if (Constants.ACTION_APPLY_OVERRIDE.equals(intent.getAction())) { in onReceive()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DUpdateProviderInfoTest.java166 Intent intent = new Intent(Constants.ACTION_APPLY_OVERRIDE) in updateInfo()