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.java28 public boolean shouldShowNotification; field in CallFilteringResult
34 shouldAddToCallLog, boolean shouldShowNotification) { in CallFilteringResult() argument
39 this.shouldShowNotification = shouldShowNotification; in CallFilteringResult()
43 shouldAddToCallLog, boolean shouldShowNotification, int callBlockReason, in CallFilteringResult() argument
49 this.shouldShowNotification = shouldShowNotification; in CallFilteringResult()
56 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification) { in CallFilteringResult() argument
61 this.shouldShowNotification = shouldShowNotification; in CallFilteringResult()
65 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, int in CallFilteringResult() argument
71 this.shouldShowNotification = shouldShowNotification; in CallFilteringResult()
117 shouldShowNotification && other.shouldShowNotification); in combine()
[all …]
DCallScreeningServiceFilter.java122 boolean shouldShowNotification, in disallowCall() argument
132 isServiceRequestingLogging, shouldShowNotification); in disallowCall()
139 shouldShowNotification, // 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.java140 shouldShowNotification(telephonyManager.getServiceState().getState(),
690 shouldShowNotification(serviceState, subId); in updateNetworkSelection()
745 private void shouldShowNotification(int serviceState, int subId) { in shouldShowNotification() method in NotificationMgr
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java685 if (result.shouldShowNotification) { in onCallFilteringComplete()
689 result.shouldShowNotification, result); in onCallFilteringComplete()
690 } else if (result.shouldShowNotification) { in onCallFilteringComplete()