HomeSort by relevance Sort by last modified time
    Searched refs:shouldShowNotification (Results 1 - 9 of 9) 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 93 true // shouldShowNotification
111 boolean shouldShowNotification) {
117 + "shouldShowNotification: %b", callId, shouldReject,
118 shouldAddToCallLog, shouldShowNotification);
124 shouldShowNotification // shouldShowNotification
155 true // shouldShowNotification
  /frameworks/base/telecomm/java/com/android/internal/telecom/
ICallScreeningAdapter.aidl 33 boolean shouldShowNotification);
  /packages/services/Car/service/src/com/android/car/
CanBusErrorNotifier.java 61 boolean shouldShowNotification;
70 shouldShowNotification = !mReportedObjects.isEmpty();
74 Log.i(TAG, "Changing CAN bus failure state to " + shouldShowNotification);
77 if (shouldShowNotification) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WakeupOnboarding.java 123 if (!shouldShowNotification(timestamp)) {
151 private boolean shouldShowNotification(long timestamp) {
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 145 if (shouldShowNotification(context)) {
150 private boolean shouldShowNotification(Context context) {
  /frameworks/base/services/usb/java/com/android/server/usb/
MtpNotificationManager.java 130 static boolean shouldShowNotification(PackageManager packageManager, UsbDevice device) {
UsbProfileGroupSettingsManager.java 673 if (showMtpNotification && MtpNotificationManager.shouldShowNotification(
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java 568 if (result.shouldShowNotification) {
572 result.shouldShowNotification);
573 } else if (result.shouldShowNotification) {
    [all...]

Completed in 239 milliseconds