Home
last modified time | relevance | path

Searched refs:shouldShowNotification (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilteringResult.java57 public Builder setShouldShowNotification(boolean shouldShowNotification) { in setShouldShowNotification() argument
58 mShouldShowNotification = shouldShowNotification; in setShouldShowNotification()
109 .setShouldShowNotification(result.shouldShowNotification) in from()
135 public boolean shouldShowNotification; field in CallFilteringResult
145 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, boolean in CallFilteringResult() argument
155 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 …]
DCallScreeningServiceFilter.java99 .setShouldShowNotification(mPriorStageResult.shouldShowNotification) in allowCall()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWakeupOnboarding.java125 if (!shouldShowNotification(timestamp)) { in maybeShowNotification()
153 private boolean shouldShowNotification(long timestamp) { in shouldShowNotification() method in WakeupOnboarding
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java147 if (shouldShowNotification(context)) { in maybeShowNotification()
152 private boolean shouldShowNotification(Context context) { in shouldShowNotification() method in NotificationController
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java163 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
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1094 if (result.shouldShowNotification) { in onCallFilteringComplete()
1098 result.shouldShowNotification, result); in onCallFilteringComplete()
1100 if (result.shouldShowNotification) { in onCallFilteringComplete()