Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
DConstants.java34 public static final String TEST_FG_SERVICE_UNTHROTTLED = "testFgServiceUnthrottled"; field in Constants
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DFgService.java60 Log.i(ThrottledTests.TAG, Constants.TEST_FG_SERVICE_UNTHROTTLED); in onStartCommand()
DShortcutManagerThrottlingTestReceiver.java72 case Constants.TEST_FG_SERVICE_UNTHROTTLED: in onReceive()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerThrottlingTest.java95 callTest(Constants.TEST_FG_SERVICE_UNTHROTTLED); in testFgServiceUnthrottled()