Home
last modified time | relevance | path

Searched refs:showNotification (Results 1 – 4 of 4) 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.java144 showNotification(ecmTimeout); in startTimerNotification()
155 EmergencyCallbackModeService.this.showNotification(millisUntilFinished); in startTimerNotification()
171 private void showNotification(long millisUntilFinished) { in showNotification() method in EmergencyCallbackModeService
220 showNotification(0); in resetEcmTimer()
/packages/apps/FMRadio/src/com/android/fmradio/
DFmRecordActivity.java247 showNotification(); in onPause()
250 private void showNotification() { in showNotification() method in FmRecordActivity
/packages/apps/InCallUI/src/com/android/incallui/
DStatusBarNotifier.java158 showNotification(call); in updateInCallNotification()
164 private void showNotification(final Call call) { in showNotification() method in StatusBarNotifier