Home
last modified time | relevance | path

Searched refs:updateNotificationChannelForPackage (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java773 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 …]
DNotificationConversationInfoTest.java743 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/
DChannelEditorDialogController.kt250 noMan.updateNotificationChannelForPackage(packageName!!, appUid!!, channel) in <lambda>()
DNotificationConversationInfo.java667 mINotificationManager.updateNotificationChannelForPackage( in run()
DNotificationInfo.java670 mINotificationManager.updateNotificationChannelForPackage(
/frameworks/base/core/java/android/app/
DINotificationManager.aidl106 void updateNotificationChannelForPackage(String pkg, int uid, in NotificationChannel channel); in updateNotificationChannelForPackage() method
DNotificationManager.java1160 service.updateNotificationChannelForPackage(pkg, uid, channel); in updateNotificationChannel()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java320 mBinderService.updateNotificationChannelForPackage(packageName, appUid, in onCommand()
DNotificationManagerService.java4366 public void updateNotificationChannelForPackage(String pkg, int uid,
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java652 mNotificationManager.updateNotificationChannelForPackage(appPkg, appUid, channel);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1587 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/
Dhiddenapi-max-target-o.txt6505 Landroid/app/INotificationManager$Stub$Proxy;->updateNotificationChannelForPackage(Ljava/lang/Strin…
6692 Landroid/app/INotificationManager;->updateNotificationChannelForPackage(Ljava/lang/String;ILandroid…