Searched refs:iNotificationManager (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 195 final INotificationManager iNotificationManager = NotificationManager.getService(); in createAccountChannelForPackage() local 197 iNotificationManager.createNotificationChannelsForPackage(pkg, uid, in createAccountChannelForPackage()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfo.java | 249 final INotificationManager iNotificationManager, in bindNotification() argument 263 bindNotification(pm, iNotificationManager, visualStabilityManager, pkg, notificationChannel, in bindNotification() 272 INotificationManager iNotificationManager, in bindNotification() argument 287 mINotificationManager = iNotificationManager; in bindNotification()
|
D | NotificationGutsManager.java | 293 INotificationManager iNotificationManager = INotificationManager.Stub.asInterface( in initializeNotificationInfo() local 316 iNotificationManager, in initializeNotificationInfo()
|