Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/apps/
H A DShadowNotificationManager.java30 public static void setINotificationManager(INotificationManager iNotificationManager) { in setINotificationManager() argument
31 sNotificationManager = iNotificationManager; in setINotificationManager()
/aosp12/frameworks/base/core/java/com/android/internal/notification/
H A DSystemNotificationChannels.java219 final INotificationManager iNotificationManager = NotificationManager.getService(); in createAccountChannelForPackage() local
221 iNotificationManager.createNotificationChannelsForPackage(pkg, uid, in createAccountChannelForPackage()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DPartialConversationInfo.java101 INotificationManager iNotificationManager, in bindNotification() argument
111 mINotificationManager = iNotificationManager; in bindNotification()
H A DNotificationConversationInfo.java193 INotificationManager iNotificationManager, in bindNotification() argument
210 mINotificationManager = iNotificationManager; in bindNotification()
H A DNotificationInfo.java193 INotificationManager iNotificationManager, in bindNotification() argument
208 mINotificationManager = iNotificationManager; in bindNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java240 INotificationManager iNotificationManager, NotificationManager notificationManager, in PeopleSpaceWidgetManager() argument
252 mINotificationManager = iNotificationManager; in PeopleSpaceWidgetManager()