Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
DConstants.java21 public static final String ACTION_THROTTLING_TEST = field in Constants
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerThrottlingTest.java54 final Intent i = new Intent(Constants.ACTION_THROTTLING_TEST); in callTest()
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DShortcutManagerThrottlingTestReceiver.java51 if (Constants.ACTION_THROTTLING_TEST.equals(intent.getAction())) { in onReceive()