Searched refs:updateNotificationChannelForPackage (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfoTest.java | 773 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testBindNotification_DoesNotUpdateNotificationChannel() 822 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testDoesNotUpdateNotificationChannelAfterImportanceChanged() 849 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testDoesNotUpdateNotificationChannelAfterImportanceChangedSilenced() 876 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testDoesNotUpdateNotificationChannelAfterImportanceChangedAutomatic() 931 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnchanged() 967 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnspecified() 999 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testSilenceCallsUpdateNotificationChannel() 1040 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testUnSilenceCallsUpdateNotificationChannel() 1109 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified() 1149 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testSilenceCallsUpdateNotificationChannel_channelImportanceMin() [all …]
|
D | NotificationConversationInfoTest.java | 743 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testFavorite() 787 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testDefault() 833 verify(mMockINotificationManager, never()).updateNotificationChannelForPackage( in testSilence() 870 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testFavorite_andSave() 909 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testFavorite_andSave_doesNotLowerImportance() 948 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testFavorite_thenDefaultThenFavorite_andSave_nothingChanged() 1048 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testDefault_andSave() 1086 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testDefault_andSave_doesNotChangeNonImportantBubbling() 1123 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testDefault_andSave_doesNotDemoteImportance() 1160 verify(mMockINotificationManager, times(1)).updateNotificationChannelForPackage( in testSilence_andSave()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ChannelEditorDialogController.kt | 250 noMan.updateNotificationChannelForPackage(packageName!!, appUid!!, channel) in <lambda>()
|
D | NotificationConversationInfo.java | 667 mINotificationManager.updateNotificationChannelForPackage( in run()
|
D | NotificationInfo.java | 670 mINotificationManager.updateNotificationChannelForPackage(
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 106 void updateNotificationChannelForPackage(String pkg, int uid, in NotificationChannel channel); in updateNotificationChannelForPackage() method
|
D | NotificationManager.java | 1160 service.updateNotificationChannelForPackage(pkg, uid, channel); in updateNotificationChannel()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationShellCmd.java | 320 mBinderService.updateNotificationChannelForPackage(packageName, appUid, in onCommand()
|
D | NotificationManagerService.java | 4366 public void updateNotificationChannelForPackage(String pkg, int uid,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 652 mNotificationManager.updateNotificationChannelForPackage(appPkg, appUid, channel);
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1587 mBinderService.updateNotificationChannelForPackage(mPkg, mUid, updatedChannel); in testCreateNotificationChannels_CannotDowngradeImportanceIfAlreadyUpdated() 1682 mBinderService.updateNotificationChannelForPackage(mPkg, mUid, update); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 1704 mBinderService.updateNotificationChannelForPackage(mPkg, mUid, update); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 3623 mBinderService.updateNotificationChannelForPackage(PKG_N_MR1, mUid, defaultChannel); in testDefaultChannelUpdatesApp_postMigrationToPermissions() 3846 mBinderService.updateNotificationChannelForPackage(mPkg, 0, updatedChannel); in testUpdateChannelNotifyCreatorBlock() 3868 mBinderService.updateNotificationChannelForPackage(mPkg, 0, mTestNotificationChannel); in testUpdateChannelNotifyCreatorUnblock() 3890 mBinderService.updateNotificationChannelForPackage(mPkg, 0, mTestNotificationChannel); in testUpdateChannelNoNotifyCreatorOtherChanges() 4009 mBinderService.updateNotificationChannelForPackage(mPkg, mUid, mTestNotificationChannel); in testUpdateChannelNotifyListener()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 6505 Landroid/app/INotificationManager$Stub$Proxy;->updateNotificationChannelForPackage(Ljava/lang/Strin… 6692 Landroid/app/INotificationManager;->updateNotificationChannelForPackage(Ljava/lang/String;ILandroid…
|