Searched refs:isServiceIntent (Results 1 – 2 of 2) sorted by relevance
24 private boolean isServiceIntent; field in ShadowPendingIntent54 } else if (isServiceIntent) { in send()97 writeBooleanToParcel(isServiceIntent, out); in writeToParcel()114 result = prime * result + (isServiceIntent ? 1231 : 1237); in hashCode()139 if (isServiceIntent != other.isServiceIntent) { in shadowEquals()163 public boolean isServiceIntent() { in isServiceIntent() method in ShadowPendingIntent164 return isServiceIntent; in isServiceIntent()185 shadowPendingIntent.isServiceIntent = isService; in create()
42 assertThat(shadow.isServiceIntent(), is(false)); in getBroadcast__shouldCreateIntentForBroadcast()54 assertThat(shadow.isServiceIntent(), is(false)); in getActivity__shouldCreateIntentForBroadcast()66 assertThat(shadow.isServiceIntent(), is(true)); in getService__shouldCreateIntentForBroadcast()