Searched refs:shouldShowNotification (Results 1 – 6 of 6) sorted by relevance
57 public Builder setShouldShowNotification(boolean shouldShowNotification) { in setShouldShowNotification() argument58 mShouldShowNotification = shouldShowNotification; in setShouldShowNotification()109 .setShouldShowNotification(result.shouldShowNotification) in from()135 public boolean shouldShowNotification; field in CallFilteringResult145 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, boolean in CallFilteringResult() argument155 this.shouldShowNotification = shouldShowNotification; in CallFilteringResult()214 .setShouldShowNotification(shouldShowNotification && other.shouldShowNotification) in combine()243 .setShouldShowNotification(shouldShowNotification && other.shouldShowNotification) in getCombinedCallFilteringResult()289 if (shouldShowNotification != that.shouldShowNotification) return false; in equals()307 result = 31 * result + (shouldShowNotification ? 1 : 0); in hashCode()[all …]
99 .setShouldShowNotification(mPriorStageResult.shouldShowNotification) in allowCall()
125 if (!shouldShowNotification(timestamp)) { in maybeShowNotification()153 private boolean shouldShowNotification(long timestamp) { in shouldShowNotification() method in WakeupOnboarding
147 if (shouldShowNotification(context)) { in maybeShowNotification()152 private boolean shouldShowNotification(Context context) { in shouldShowNotification() method in NotificationController
163 shouldShowNotification(telephonyManager.getServiceState().getState(),877 shouldShowNotification(serviceState, subId); in updateNetworkSelection()933 shouldShowNotification(serviceState, subId); in updateNetworkSelectionForFeatureDisabled()974 private void shouldShowNotification(int serviceState, int subId) { in shouldShowNotification() method in NotificationMgr
1094 if (result.shouldShowNotification) { in onCallFilteringComplete()1098 result.shouldShowNotification, result); in onCallFilteringComplete()1100 if (result.shouldShowNotification) { in onCallFilteringComplete()