Searched refs:onHandleIntent (Results 1 – 9 of 9) sorted by relevance
77 onHandleIntent((Intent)msg.obj); in handleMessage()179 protected abstract void onHandleIntent(@Nullable Intent intent); in onHandleIntent() method in IntentService
158 onHandleIntent(intent); in onStartCommand()163 private void onHandleIntent(Intent intent) { in onHandleIntent() method in SettingInjectorService
55 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in BandwidthEnforcementTestService
357 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in MainActivity.ReceiverIntentService
205 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in NotificationTests.ToastService
4412 method protected abstract void onHandleIntent(android.content.Intent);
5123 …method @Deprecated @WorkerThread protected abstract void onHandleIntent(@Nullable android.content.…
33667 Landroid/location/SettingInjectorService;->onHandleIntent(Landroid/content/Intent;)V