Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java74 static void startForegroundService(Context context, boolean startForRecording) { in startForegroundService() method in DvrRecordingService
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java151 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in CaptivePortalLoginActivityTest.InstrumentedCaptivePortalLoginActivity
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java881 private void startForegroundService() throws Exception { in startForegroundService() method in AbstractRestrictBackgroundNetworkTestCase