Searched defs:onHandleIntent (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
H A DBandwidthEnforcementTestService.java52 protected void onHandleIntent(Intent intent) { method in class:BandwidthEnforcementTestService
/frameworks/base/core/java/android/app/
H A DIntentService.java37 * IntentService and implement {@link #onHandleIntent(Intent)}. IntentService
66 onHandleIntent((Intent)msg.obj);
88 * {@link #onHandleIntent(Intent)} returns, the process will be restarted
125 * override {@link #onHandleIntent}, which the system calls when the IntentService
163 protected abstract void onHandleIntent(Intent intent); method in class:IntentService
/frameworks/base/location/java/android/location/
H A DSettingInjectorService.java147 onHandleIntent(intent);
152 private void onHandleIntent(Intent intent) { method in class:SettingInjectorService
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java271 protected void onHandleIntent(Intent intent) { method in class:DefaultContainerService
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DCopyService.java126 protected void onHandleIntent(Intent intent) { method in class:CopyService
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java205 protected void onHandleIntent(Intent intent) { method in class:NotificationTests.ToastService

Completed in 257 milliseconds