Searched refs:mINotificationManager (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationConversationInfo.java | 89 private INotificationManager mINotificationManager; field in NotificationConversationInfo 214 mINotificationManager = iNotificationManager; in bindNotification() 243 getContext(), mINotificationManager, entry, mNotificationChannel); in bindNotification() 246 mAppBubble = mINotificationManager.getBubblePreferenceForPackage(mPackageName, mAppUid); in bindNotification() 387 mINotificationManager.getNotificationChannelGroupForPackage( in bindGroup() 531 new UpdateChannelRunnable(mINotificationManager, mPackageName, in updateChannel() 542 int allowedSenders = mINotificationManager in willBypassDnd() 611 private final INotificationManager mINotificationManager; field in UpdateChannelRunnable 620 mINotificationManager = notificationManager; in UpdateChannelRunnable() 636 mINotificationManager.setBubblesAllowed(mAppPkg, mAppUid, in run() [all …]
|
D | NotificationInfo.java | 96 private INotificationManager mINotificationManager; field in NotificationInfo 207 mINotificationManager = iNotificationManager; in bindNotification() 230 && mINotificationManager.isInCall(mSbn.getPackageName(), mSbn.getUid()); in bindNotification() 232 int numTotalChannels = mINotificationManager.getNumNotificationChannelsForPackage( in bindNotification() 399 mINotificationManager.getNotificationChannelGroupForPackage( 441 new UpdateImportanceRunnable(mINotificationManager, mPackageName, mAppUid, 639 private final INotificationManager mINotificationManager; 651 mINotificationManager = notificationManager; 665 mINotificationManager.unlockNotificationChannel( 670 mINotificationManager.updateNotificationChannelForPackage( [all …]
|
D | PartialConversationInfo.java | 48 private INotificationManager mINotificationManager; field in PartialConversationInfo 87 mINotificationManager = iNotificationManager; in bindNotification() 196 mINotificationManager.getNotificationChannelGroupForPackage(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManager.java | 149 private INotificationManager mINotificationManager; field in PeopleSpaceWidgetManager 203 mINotificationManager = INotificationManager.Stub.asInterface( in PeopleSpaceWidgetManager() 285 mINotificationManager = iNotificationManager; in PeopleSpaceWidgetManager() 1028 mINotificationManager.getConversations(true).getList(); in getPriorityTiles() 1046 mINotificationManager.getConversations(false).getList(); in getRecentTiles()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManagerTest.java | 144 @Mock private INotificationManager mINotificationManager; field in NotificationGutsManagerTest 193 mINotificationManager, in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManagerTest.java | 251 private INotificationManager mINotificationManager; field in PeopleSpaceWidgetManagerTest 281 Optional.of(mBubbles), mUserManager, mBackupManager, mINotificationManager, in setUp() 337 when(mINotificationManager.getConversations(anyBoolean())).thenReturn( in testGetRecentTilesReturnsSortedListWithOnlyRecentConversations() 375 when(mINotificationManager.getConversations(anyBoolean())).thenReturn( in testGetPriorityTilesReturnsSortedListWithOnlyImportantConversations() 401 when(mINotificationManager.getConversations(anyBoolean())).thenReturn( in testGetTilesReturnsNothingInQuietMode()
|