Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPendingIntentTest.java47 assertThat(shadow.isForegroundServiceIntent()).isFalse(); in getBroadcast_shouldCreateIntentForBroadcast()
63 assertThat(shadow.isForegroundServiceIntent()).isFalse(); in getActivity_shouldCreateIntentForBroadcast()
109 assertThat(shadow.isForegroundServiceIntent()).isFalse(); in getService_shouldCreateIntentForBroadcast()
126 assertThat(shadow.isForegroundServiceIntent()).isTrue(); in getForegroundService_shouldCreateIntentForBroadcast()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPendingIntent.java186 } else if (isForegroundServiceIntent()) { in send()
224 public boolean isForegroundServiceIntent() { in isForegroundServiceIntent() method in ShadowPendingIntent