Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DCallFilteringResult.java56 public Builder setShouldShowNotification(boolean shouldShowNotification) { in setShouldShowNotification() argument
57 mShouldShowNotification = shouldShowNotification; in setShouldShowNotification()
103 .setShouldShowNotification(result.shouldShowNotification) in from()
127 public boolean shouldShowNotification; field in CallFilteringResult
136 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, int in CallFilteringResult() argument
145 this.shouldShowNotification = shouldShowNotification; in CallFilteringResult()
203 .setShouldShowNotification(shouldShowNotification && other.shouldShowNotification) in combine()
230 .setShouldShowNotification(shouldShowNotification && other.shouldShowNotification) in getCombinedCallFilteringResult()
274 if (shouldShowNotification != that.shouldShowNotification) return false; in equals()
291 result = 31 * result + (shouldShowNotification ? 1 : 0); in hashCode()
[all …]
H A DCallScreeningServiceFilter.java98 .setShouldShowNotification(mPriorStageResult.shouldShowNotification) in allowCall()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWakeupOnboarding.java123 if (!shouldShowNotification(timestamp)) { in maybeShowNotification()
151 private boolean shouldShowNotification(long timestamp) { in shouldShowNotification() method in WakeupOnboarding
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
H A DNotificationController.java147 if (shouldShowNotification(context)) { in maybeShowNotification()
152 private boolean shouldShowNotification(Context context) { in shouldShowNotification() method in NotificationController
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DMtpNotificationManager.java132 static boolean shouldShowNotification(PackageManager packageManager, UsbDevice device) { in shouldShowNotification() method in MtpNotificationManager
H A DUsbProfileGroupSettingsManager.java904 if (showMtpNotification && MtpNotificationManager.shouldShowNotification( in resolveActivity()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java154 shouldShowNotification(telephonyManager.getServiceState().getState(),
853 shouldShowNotification(serviceState, subId); in updateNetworkSelection()
908 private void shouldShowNotification(int serviceState, int subId) { in shouldShowNotification() method in NotificationMgr
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java854 if (result.shouldShowNotification) { in onCallFilteringComplete()
858 result.shouldShowNotification, result); in onCallFilteringComplete()
859 } else if (result.shouldShowNotification) { in onCallFilteringComplete()
/aosp12/frameworks/base/services/
H A Dart-profile41315 PLcom/android/server/usb/MtpNotificationManager;->shouldShowNotification(Landroid/content/pm/Packag…