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.java99 final INotificationManager iNotificationManager, in bindNotification() argument
110 mINotificationManager = iNotificationManager; in bindNotification()
139 int numTotalChannels = iNotificationManager.getNumNotificationChannelsForPackage( in bindNotification()
204 iNotificationManager.getNotificationChannelGroupForPackage( in bindNotification()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java144 final INotificationManager iNotificationManager = NotificationManager.getService(); in createAccountChannelForPackage() local
146 iNotificationManager.createNotificationChannelsForPackage(pkg, uid, in createAccountChannelForPackage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java5895 final INotificationManager iNotificationManager = INotificationManager.Stub.asInterface( in bindGuts() local
5951 info.bindNotification(pmUser, iNotificationManager, pkg, new ArrayList(channels), in bindGuts()