Searched refs:shouldShowNotification (Results 1 – 9 of 9) sorted by relevance
56 public Builder setShouldShowNotification(boolean shouldShowNotification) { in setShouldShowNotification() argument57 mShouldShowNotification = shouldShowNotification; in setShouldShowNotification()103 .setShouldShowNotification(result.shouldShowNotification) in from()127 public boolean shouldShowNotification; field in CallFilteringResult136 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, int in CallFilteringResult() argument145 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 …]
98 .setShouldShowNotification(mPriorStageResult.shouldShowNotification) in allowCall()
123 if (!shouldShowNotification(timestamp)) { in maybeShowNotification()151 private boolean shouldShowNotification(long timestamp) { in shouldShowNotification() method in WakeupOnboarding
147 if (shouldShowNotification(context)) { in maybeShowNotification()152 private boolean shouldShowNotification(Context context) { in shouldShowNotification() method in NotificationController
132 static boolean shouldShowNotification(PackageManager packageManager, UsbDevice device) { in shouldShowNotification() method in MtpNotificationManager
904 if (showMtpNotification && MtpNotificationManager.shouldShowNotification( in resolveActivity()
154 shouldShowNotification(telephonyManager.getServiceState().getState(),853 shouldShowNotification(serviceState, subId); in updateNetworkSelection()908 private void shouldShowNotification(int serviceState, int subId) { in shouldShowNotification() method in NotificationMgr
854 if (result.shouldShowNotification) { in onCallFilteringComplete()858 result.shouldShowNotification, result); in onCallFilteringComplete()859 } else if (result.shouldShowNotification) { in onCallFilteringComplete()
41315 PLcom/android/server/usb/MtpNotificationManager;->shouldShowNotification(Landroid/content/pm/Packag…