Searched refs:serviceStarted (Results 1 – 3 of 3) sorted by relevance
41 Runnable serviceStarted, Runnable serviceStopped) { in requestStartForegroundService() argument45 if (serviceStarted != null) { in requestStartForegroundService()46 serviceStarted.run(); in requestStartForegroundService()
53 fun serviceStarted(): ServiceStartedEventQuery method
236 override fun serviceStarted(): ServiceStartedEventQuery = method in com.android.bedstead.testapp.TestAppEvents