Searched refs:setImportance (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfoTest.java | 764 mNotificationChannel.setImportance(IMPORTANCE_LOW); in testDoesNotUpdateNotificationChannelAfterImportanceChanged() 790 mNotificationChannel.setImportance(IMPORTANCE_DEFAULT); in testDoesNotUpdateNotificationChannelAfterImportanceChangedSilenced() 843 mNotificationChannel.setImportance(IMPORTANCE_UNSPECIFIED); in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnspecified() 873 mNotificationChannel.setImportance(IMPORTANCE_DEFAULT); in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing_BlockingHelper() 912 mNotificationChannel.setImportance(IMPORTANCE_DEFAULT); in testCloseControls_nonNullCheckSaveListenerDoesntDelayDismiss_BlockingHelper() 940 mNotificationChannel.setImportance(IMPORTANCE_DEFAULT); in testCloseControls_checkSaveListenerDelaysStopNotifications_BlockingHelper() 965 mNotificationChannel.setImportance(IMPORTANCE_DEFAULT); in testCloseControls_blockingHelperDismissedIfShown() 994 mNotificationChannel.setImportance(IMPORTANCE_DEFAULT); in testSilentlyChangedCallsUpdateNotificationChannel_blockingHelper() 1028 mNotificationChannel.setImportance(IMPORTANCE_LOW); in testKeepUpdatesNotificationChannel_blockingHelper() 1059 mNotificationChannel.setImportance(IMPORTANCE_DEFAULT); in testNoActionsUpdatesNotificationChannel_blockingHelper() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 27 void setImportance(String packageName, int uid, int importance); in setImportance() method
|
D | PreferencesHelper.java | 670 existing.setImportance(channel.getImportance()); in createNotificationChannel() 765 updatedChannel.setImportance(channel.getImportance()); in updateNotificationChannel() 771 updatedChannel.setImportance(channel.getImportance()); in updateNotificationChannel() 1277 public void setImportance(String pkgName, int uid, int importance) { in setImportance() method in PreferencesHelper 1289 setImportance(packageName, uid, in setEnabled()
|
D | NotificationManagerService.java | 4750 channel.setImportance(IMPORTANCE_LOW);
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationRecordTest.java | 300 defaultChannel.setImportance(IMPORTANCE_LOW); in testImportance_locked_preUpgrade() 312 defaultChannel.setImportance(NotificationManager.IMPORTANCE_UNSPECIFIED); in testImportance_locked_unspecified_preUpgrade() 817 channel.setImportance(IMPORTANCE_HIGH); in testCalculateImportance_systemImportance() 835 channel.setImportance(IMPORTANCE_HIGH); in testCalculateImportance_asstImportance() 856 channel.setImportance(IMPORTANCE_HIGH); in testCalculateImportance_asstImportanceChannelUpdate() 874 channel.setImportance(IMPORTANCE_LOW); in testSetContactAffinity()
|
D | PreferencesHelperTest.java | 409 mHelper.setImportance(PKG_O, UID_O, IMPORTANCE_NONE); in testChannelXmlForBackup() 623 defaultChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testChannelXml_defaultChannelUpdatedApp_userSettings() 717 mHelper.setImportance(PKG_N_MR1, UID_N_MR1, IMPORTANCE_NONE); in testCreateChannel_blocked() 787 mHelper.setImportance(PKG_N_MR1, UID_N_MR1, IMPORTANCE_UNSPECIFIED); in testUpdate_preUpgrade_updatesAppFields() 798 defaultChannel.setImportance(IMPORTANCE_NONE); in testUpdate_preUpgrade_updatesAppFields() 825 channel.setImportance(IMPORTANCE_NONE); in testUpdate_postUpgrade_noUpdateAppFields() 852 channel.setImportance(IMPORTANCE_NONE); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels() 862 defaultChannel.setImportance(IMPORTANCE_NONE); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels() 1010 update2.setImportance(IMPORTANCE_DEFAULT); in testLockFields_lightsAndImportance() 1613 mHelper.setImportance(PKG_N_MR1, UID_N_MR1, NotificationManager.IMPORTANCE_HIGH); in testOnPackageChanged_packageRemoval_importance() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
D | ChannelsTest.java | 85 legacyChannel.setImportance(NotificationManager.IMPORTANCE_NONE);; in testInheritFromLegacy_keepsUserLockedLegacySettings()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 123 screenshotChannel.setImportance(legacySS.getImportance()); in createScreenshotChannel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfo.java | 834 mChannelToUpdate.setImportance(mNewImportance);
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 456 public void setImportance(@Importance int importance) { in setImportance() method in NotificationChannel
|
/frameworks/base/api/ |
D | current.txt | 5775 method public void setImportance(int);
|