Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
DConstants.java33 public static final String TEST_ACTIVITY_UNTHROTTLED = "testActivityUnthrottled"; field in Constants
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DMyActivity.java34 Log.i(ThrottledTests.TAG, Constants.TEST_ACTIVITY_UNTHROTTLED); in onCreate()
DShortcutManagerThrottlingTestReceiver.java69 case Constants.TEST_ACTIVITY_UNTHROTTLED: in onReceive()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerThrottlingTest.java91 callTest(Constants.TEST_ACTIVITY_UNTHROTTLED); in testActivityUnthrottled()