Searched refs:IsolatedService (Results 1 – 10 of 10) sorted by relevance
59 public abstract class IsolatedService extends Service { class60 private static final String TAG = IsolatedService.class.getSimpleName();268 IsolatedWorker isolatedWorker = IsolatedService.this.onRequest(requestToken); in performOnWebTrigger()298 IsolatedWorker isolatedWorker = IsolatedService.this.onRequest(requestToken); in performOnTrainingExample()336 IsolatedWorker isolatedWorker = IsolatedService.this.onRequest(requestToken); in performOnWebViewEvent()366 IsolatedWorker isolatedWorker = IsolatedService.this.onRequest(requestToken); in performRender()409 IsolatedWorker isolatedWorker = IsolatedService.this.onRequest(requestToken); in performDownload()493 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;25 public class SampleService extends IsolatedService {
19 import android.adservices.ondevicepersonalization.IsolatedService;23 public class SampleService extends IsolatedService {
2 InvalidNullabilityOverride: android.adservices.ondevicepersonalization.IsolatedService#onBind(andro…
155 …flags.on_device_personalization_apis_enabled") public abstract class IsolatedService extends andro…156 ctor public IsolatedService();
25 public class IsolatedServiceExceptionSafetyTestImpl extends IsolatedService {
730 class TestService extends IsolatedService {