Searched refs:shouldShowEducation (Results 1 – 4 of 4) sorted by relevance
40 public boolean shouldShowEducation; field in BubbleBarUpdate80 shouldShowEducation = parcel.readBoolean(); in BubbleBarUpdate()126 + " shouldShowEducation=" + shouldShowEducation in toString()151 parcel.writeBoolean(shouldShowEducation); in writeToParcel()
79 boolean shouldShowEducation; field in BubbleData.Update131 bubbleBarUpdate.shouldShowEducation = shouldShowEducation; in toBubbleBarUpdate()173 bubbleBarUpdate.shouldShowEducation = shouldShowEducation; in getInitialState()887 mStateChange.shouldShowEducation = mSelectedBubble != null in dispatchPendingChanges()
1995 update.shouldShowEducation, update.showOverflowChanged);
424 assertThat(update.shouldShowEducation).isFalse(); in test_shouldNotShowEducation()443 assertThat(update.shouldShowEducation).isTrue(); in test_shouldShowEducation()464 assertThat(update.shouldShowEducation).isFalse(); in test_shouldShowEducation_shouldAutoExpand()