Searched refs:isForegroundServiceIntent (Results 1 – 2 of 2) sorted by relevance
47 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()
186 } else if (isForegroundServiceIntent()) { in send()224 public boolean isForegroundServiceIntent() { in isForegroundServiceIntent() method in ShadowPendingIntent