Home
last modified time | relevance | path

Searched refs:showNotification (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java170 private void showNotification(long accountId, String ticker, String title, in showNotification() method in EmailNotificationController
395 showNotification(mailbox.mAccountKey, in showDownloadForwardFailedNotificationSynchronous()
431 showNotification(mailbox.mAccountKey, in showLoginFailedNotificationSynchronous()
464 showNotification(accountId, ticker, title, accountName, intent, in showPasswordExpiringNotificationSynchronous()
484 showNotification(accountId, ticker, title, accountName, intent, in showPasswordExpiredNotificationSynchronous()
508 showNotification(account.mId, ticker, title, accountName, intent, in showSecurityNeededNotification()
525 showNotification(account.mId, ticker, title, accountName, intent, in showSecurityChangedNotification()
542 showNotification(account.mId, ticker, title, accountName, intent, in showSecurityUnsupportedNotification()
/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java146 showNotification(ecmTimeout); in startTimerNotification()
172 private void showNotification(long millisUntilFinished) { in showNotification() method in EmergencyCallbackModeService
231 showNotification(0); in resetEcmTimer()
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java122 showNotification(context); in onReceive()
148 showNotification(context); in maybeShowNotification()
167 private void showNotification(Context context) { in showNotification() method in NotificationController
/packages/services/Car/service/src/com/android/car/
DCanBusErrorNotifier.java78 showNotification(); in setCanBusFailure()
84 private void showNotification() { in showNotification() method in CanBusErrorNotifier
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DBlockedNumbersUtil.java92 public static void updateEmergencyCallNotification(Context context, boolean showNotification) { in updateEmergencyCallNotification() argument
95 if (showNotification) { in updateEmergencyCallNotification()
/packages/services/BuiltInPrintService/src/com/android/bips/
DP2pPermissionManager.java142 showNotification(); in request()
195 private void showNotification() { in showNotification() method
/packages/apps/Dialer/java/com/android/incallui/spam/
DSpamCallListListener.java192 showNotification(call); in onDisconnect()
196 private void showNotification(DialerCall call) { in showNotification() method in SpamCallListListener
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java185 boolean showNotification = !call.isSelfManaged(); in onCallStateChanged()
186 logCall(call, type, showNotification, null /*result*/); in onCallStateChanged()
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DLegacyVoicemailNotificationReceiver.java121 LegacyVoicemailNotifier.showNotification( in onReceive()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java55 public static void showNotification( in showNotification() method in LegacyVoicemailNotifier
/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java240 showNotification(call); in updateInCallNotification()
247 private void showNotification(final DialerCall call) { in showNotification() method in StatusBarNotifier