Searched refs:IsolatedService (Results 1 – 10 of 10) sorted by relevance
57 public abstract class IsolatedService extends Service { class58 private static final String TAG = IsolatedService.class.getSimpleName();267 IsolatedWorker isolatedWorker = IsolatedService.this.onRequest(requestToken); in performOnWebTrigger()293 IsolatedWorker isolatedWorker = IsolatedService.this.onRequest(requestToken); in performOnTrainingExample()327 IsolatedWorker isolatedWorker = IsolatedService.this.onRequest(requestToken); in performOnWebViewEvent()353 IsolatedWorker isolatedWorker = IsolatedService.this.onRequest(requestToken); in performRender()390 IsolatedWorker isolatedWorker = IsolatedService.this.onRequest(requestToken); in performDownload()470 IsolatedWorker isolatedWorker = IsolatedService.this.onRequest(requestToken); in performExecute()
19 import android.adservices.ondevicepersonalization.IsolatedService;25 public class TestPersonalizationService extends IsolatedService {
19 import android.adservices.ondevicepersonalization.IsolatedService;82 IsolatedService service = in onExecute()83 (IsolatedService) clazz.getDeclaredConstructor().newInstance(); in onExecute()
19 import android.adservices.ondevicepersonalization.IsolatedService;23 public class SampleService extends IsolatedService {
19 import android.adservices.ondevicepersonalization.IsolatedService;25 public class SampleService extends IsolatedService {
2 InvalidNullabilityOverride: android.adservices.ondevicepersonalization.IsolatedService#onBind(andro…
208 public abstract class IsolatedService extends android.app.Service {209 ctor public IsolatedService();
25 public class IsolatedServiceExceptionSafetyTestImpl extends IsolatedService {
731 class TestService extends IsolatedService {