Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
DConstants.java35 public static final String TEST_BG_SERVICE_THROTTLED = "testBgServiceThrottled"; field in Constants
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DBgService.java48 Log.i(ThrottledTests.TAG, Constants.TEST_BG_SERVICE_THROTTLED); in onStartCommand()
DShortcutManagerThrottlingTestReceiver.java65 case Constants.TEST_BG_SERVICE_THROTTLED: in onReceive()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerThrottlingTest.java87 callTest(Constants.TEST_BG_SERVICE_THROTTLED); in testBgServiceThrottled()