Home
last modified time | relevance | path

Searched refs:iNotificationManager (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInfo.java138 final INotificationManager iNotificationManager, in bindNotification() argument
148 bindNotification(pm, iNotificationManager, pkg, notificationChannel, in bindNotification()
156 INotificationManager iNotificationManager, in bindNotification() argument
168 mINotificationManager = iNotificationManager; in bindNotification()
DNotificationGutsManager.java252 INotificationManager iNotificationManager = INotificationManager.Stub.asInterface( in initializeNotificationInfo() local
275 iNotificationManager, in initializeNotificationInfo()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java184 final INotificationManager iNotificationManager = NotificationManager.getService(); in createAccountChannelForPackage() local
186 iNotificationManager.createNotificationChannelsForPackage(pkg, uid, in createAccountChannelForPackage()