Home
last modified time | relevance | path

Searched refs:isServiceIntent (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPendingIntentTest.java46 assertThat(shadow.isServiceIntent()).isFalse(); in getBroadcast_shouldCreateIntentForBroadcast()
62 assertThat(shadow.isServiceIntent()).isFalse(); in getActivity_shouldCreateIntentForBroadcast()
110 assertThat(shadow.isServiceIntent()).isTrue(); in getService_shouldCreateIntentForBroadcast()
127 assertThat(shadow.isServiceIntent()).isFalse(); in getForegroundService_shouldCreateIntentForBroadcast()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPendingIntent.java182 } else if (isServiceIntent()) { in send()
219 public boolean isServiceIntent() { in isServiceIntent() method in ShadowPendingIntent