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.java53 public Builder setShouldShowNotification(boolean shouldShowNotification) { in setShouldShowNotification() argument
54 mShouldShowNotification = shouldShowNotification; in setShouldShowNotification()
93 .setShouldShowNotification(result.shouldShowNotification) in from()
115 public boolean shouldShowNotification; field in CallFilteringResult
122 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, int in CallFilteringResult() argument
129 this.shouldShowNotification = shouldShowNotification; in CallFilteringResult()
185 .setShouldShowNotification(shouldShowNotification && other.shouldShowNotification) in combine()
210 .setShouldShowNotification(shouldShowNotification && other.shouldShowNotification) in getCombinedCallFilteringResult()
231 if (shouldShowNotification != that.shouldShowNotification) return false; in equals()
248 result = 31 * result + (shouldShowNotification ? 1 : 0); in hashCode()
[all …]
DCallScreeningServiceFilter.java85 boolean shouldAddToCallLog, boolean shouldShowNotification, in disallowCall() argument
97 .setShouldShowNotification(shouldShowNotification) in disallowCall()
/packages/services/Car/service/src/com/android/car/
DCanBusErrorNotifier.java61 boolean shouldShowNotification; in setCanBusFailure()
70 shouldShowNotification = !mReportedObjects.isEmpty(); in setCanBusFailure()
74 Log.i(TAG, "Changing CAN bus failure state to " + shouldShowNotification); in setCanBusFailure()
77 if (shouldShowNotification) { in setCanBusFailure()
/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.java147 shouldShowNotification(telephonyManager.getServiceState().getState(),
838 shouldShowNotification(serviceState, subId); in updateNetworkSelection()
893 private void shouldShowNotification(int serviceState, int subId) { in shouldShowNotification() method in NotificationMgr
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java791 if (result.shouldShowNotification) { in onCallFilteringComplete()
795 result.shouldShowNotification, result); in onCallFilteringComplete()
796 } else if (result.shouldShowNotification) { in onCallFilteringComplete()