Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/android/support/functional/
DTestIntentService.java32 protected void onHandleIntent(Intent intent) {} in onHandleIntent() method in TestIntentService
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowIntentServiceTest.java31 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in ShadowIntentServiceTest.TestIntentService
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DIntentServiceControllerTest.java132 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in IntentServiceControllerTest.MyService