Home
last modified time | relevance | path

Searched refs:onHandleIntent (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DIntentService.java77 onHandleIntent((Intent)msg.obj); in handleMessage()
179 protected abstract void onHandleIntent(@Nullable Intent intent); in onHandleIntent() method in IntentService
/frameworks/base/location/java/android/location/
DSettingInjectorService.java158 onHandleIntent(intent); in onStartCommand()
163 private void onHandleIntent(Intent intent) { in onHandleIntent() method in SettingInjectorService
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
DBandwidthEnforcementTestService.java55 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in BandwidthEnforcementTestService
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java205 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in NotificationTests.ToastService
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4412 method protected abstract void onHandleIntent(android.content.Intent);
/frameworks/base/api/
Dcurrent.txt5293 …method @Deprecated @WorkerThread protected abstract void onHandleIntent(@Nullable android.content.…