Home
last modified time | relevance | path

Searched defs:startForegroundService (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/systemui/src/android/systemui/cts/tv/
DTvTestBase.kt108 protected fun startForegroundService( in startForegroundService() method
/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/
DActivityManagerShortFgsTest.java303 public static void startForegroundService(ComponentName cn, int fgsTypes) { in startForegroundService() method in ActivityManagerShortFgsTest
307 public static void startForegroundService(ComponentName cn, int fgsTypes, in startForegroundService() method in ActivityManagerShortFgsTest
/cts/tests/app/FgsTimeoutTest/src/android/app/cts/fgstimeouttest/
DFgsTimeoutTest.java622 public static void startForegroundService(ComponentName cn, int fgsTypes) { in startForegroundService() method in FgsTimeoutTest
/cts/tests/tests/appop/src/android/app/appops/cts/
DForegroundModeAndActiveTest.kt201 private fun startForegroundService(startingContext: Context) { in <lambda>() method
/cts/tests/app/src/android/app/cts/
DServiceTest.java960 private void startForegroundService(Intent intent, int command) { in startForegroundService() method in ServiceTest
964 private void startForegroundService(int command) { in startForegroundService() method in ServiceTest
/cts/hostsidetests/network-policy/app/src/com/android/cts/netpolicy/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java1029 private void startForegroundService() throws Exception { in startForegroundService() method in AbstractRestrictBackgroundNetworkTestCase