Searched refs:onHandleIntent (Results 1 – 3 of 3) sorted by relevance
/external/dagger2/javatests/dagger/android/support/functional/ | ||
D | TestIntentService.java | 32 protected void onHandleIntent(Intent intent) {} in onHandleIntent() method in TestIntentService |
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ | ||
D | ShadowIntentServiceTest.java | 31 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in ShadowIntentServiceTest.TestIntentService |
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/ | ||
D | IntentServiceControllerTest.java | 132 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in IntentServiceControllerTest.MyService |