Home
last modified time | relevance | path

Searched defs:startForegroundService (Results 1 – 4 of 4) 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.java286 public static void startForegroundService(ComponentName cn, int fgsTypes) { in startForegroundService() method in ActivityManagerShortFgsTest
290 public static void startForegroundService(ComponentName cn, int fgsTypes, in startForegroundService() method in ActivityManagerShortFgsTest
/cts/tests/tests/appop/src/android/app/appops/cts/
DForegroundModeAndActiveTest.kt163 private fun startForegroundService(startingContext: Context) { in <lambda>() method in android.app.appops.cts.ForegroundModeAndActiveTest
/cts/tests/app/src/android/app/cts/
DServiceTest.java957 private void startForegroundService(Intent intent, int command) { in startForegroundService() method in ServiceTest
961 private void startForegroundService(int command) { in startForegroundService() method in ServiceTest