/packages/apps/Email/src/com/android/email/ |
D | EmailNotificationController.java | 170 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/ |
D | EmergencyCallbackModeService.java | 146 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/ |
D | NotificationController.java | 122 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/ |
D | CanBusErrorNotifier.java | 78 showNotification(); in setCanBusFailure() 84 private void showNotification() { in showNotification() method in CanBusErrorNotifier
|
/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
D | BlockedNumbersUtil.java | 92 public static void updateEmergencyCallNotification(Context context, boolean showNotification) { in updateEmergencyCallNotification() argument 95 if (showNotification) { in updateEmergencyCallNotification()
|
/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | P2pPermissionManager.java | 142 showNotification(); in request() 195 private void showNotification() { in showNotification() method
|
/packages/apps/Dialer/java/com/android/incallui/spam/ |
D | SpamCallListListener.java | 192 showNotification(call); in onDisconnect() 196 private void showNotification(DialerCall call) { in showNotification() method in SpamCallListListener
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallLogManager.java | 185 boolean showNotification = !call.isSelfManaged(); in onCallStateChanged() 186 logCall(call, type, showNotification, null /*result*/); in onCallStateChanged()
|
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/ |
D | LegacyVoicemailNotificationReceiver.java | 121 LegacyVoicemailNotifier.showNotification( in onReceive()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | LegacyVoicemailNotifier.java | 55 public static void showNotification( in showNotification() method in LegacyVoicemailNotifier
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | StatusBarNotifier.java | 240 showNotification(call); in updateInCallNotification() 247 private void showNotification(final DialerCall call) { in showNotification() method in StatusBarNotifier
|