Home
last modified time | relevance | path

Searched refs:createNotification (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/
DSimSelectNotification.java55 createNotification(context); in onReceive()
78 private void createNotification(Context context){ in createNotification() method in SimSelectNotification
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java75 createNotification( in showNotification()
89 private static Notification createNotification( in createNotification() method in LegacyVoicemailNotifier
/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
DUpdateLayoutFragment.java163 mNotificationManager.notify(NOTIFICATION_ID, createNotification(getContext(), status)); in showStatus()
277 private static Notification createNotification(Context context, @StringRes int contents) { in createNotification() method in UpdateLayoutFragment
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java341 createNotification(senderKey, notificationInfo)); in postNotification()
344 private Notification createNotification( in createNotification() method in MessengerDelegate