Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java147 showNotification(ecmTimeout); in startTimerNotification()
173 private void showNotification(long millisUntilFinished) { in showNotification() method in EmergencyCallbackModeService
239 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.java189 boolean showNotification = !call.isSelfManaged(); in onCallStateChanged()
190 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