HomeSort by relevance Sort by last modified time
    Searched refs:shouldShowNotification (Results 1 - 8 of 8) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
CallFilteringResult.java 23 public boolean shouldShowNotification;
26 shouldAddToCallLog, boolean shouldShowNotification) {
30 this.shouldShowNotification = shouldShowNotification;
46 shouldShowNotification && other.shouldShowNotification);
59 return shouldShowNotification == that.shouldShowNotification;
67 result = 31 * result + (shouldShowNotification ? 1 : 0);
87 if (shouldShowNotification) {
    [all...]
CallScreeningServiceFilter.java 91 true // shouldShowNotification
109 boolean shouldShowNotification) {
115 + "shouldShowNotification: %b", callId, shouldReject,
116 shouldAddToCallLog, shouldShowNotification);
122 shouldShowNotification // shouldShowNotification
153 true // shouldShowNotification
  /frameworks/base/telecomm/java/com/android/internal/telecom/
ICallScreeningAdapter.aidl 33 boolean shouldShowNotification);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconAreaController.java 127 protected boolean shouldShowNotification(NotificationData.Entry entry,
157 if (shouldShowNotification(ent, notificationData)) {
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 125 if (shouldShowNotification(context)) {
130 private static boolean shouldShowNotification(Context context) {
  /frameworks/base/services/usb/java/com/android/server/usb/
MtpNotificationManager.java 125 static boolean shouldShowNotification(PackageManager packageManager, UsbDevice device) {
UsbSettingsManager.java 741 if (MtpNotificationManager.shouldShowNotification(mPackageManager, device)) {
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java 407 if (result.shouldShowNotification) {
411 result.shouldShowNotification);
412 } else if (result.shouldShowNotification) {
    [all...]

Completed in 209 milliseconds