Searched refs:onHandleIntent (Results 1 – 7 of 7) 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
205 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in NotificationTests.ToastService
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
4412 method protected abstract void onHandleIntent(android.content.Intent);
5293 …method @Deprecated @WorkerThread protected abstract void onHandleIntent(@Nullable android.content.…