Searched refs:isServiceIntent (Results 1 – 2 of 2) sorted by relevance
46 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()
182 } else if (isServiceIntent()) { in send()219 public boolean isServiceIntent() { in isServiceIntent() method in ShadowPendingIntent