Searched refs:setImportance (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationInfoTest.java | 516 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_NONE); in testbindNotification_ChannelDisabledTextVisibleWhenDisabled() 547 mDefaultNotificationChannel.setImportance(NotificationManager.IMPORTANCE_NONE); in testBindNotification_ChannelDisabledTextShowsForDefaultChannel() 569 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testDoesNotUpdateNotificationChannelAfterImportanceChanged() 597 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_UNSPECIFIED); in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnspecified() 610 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchOnByDefault() 622 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_NONE); in testEnabledButtonOffWhenAlreadyBanned() 634 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchVisibleByDefault() 646 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchInvisibleIfNonBlockable() 658 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchInvisibleIfNonBlockableSystemChannel() 671 mNotificationChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testEnabledSwitchVisibleIfBlockableSystemChannel() [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 | RankingHelper.java | 568 existing.setImportance(channel.getImportance()); in createNotificationChannel() 828 public void setImportance(String pkgName, int uid, int importance) { in setImportance() method in RankingHelper 838 setImportance(packageName, uid, in setEnabled()
|
D | NotificationRecord.java | 583 setImportance(IMPORTANCE_DEFAULT, getPeopleExplanation()); in setContactAffinity() 654 public void setImportance(int importance, CharSequence explanation) { in setImportance() method in NotificationRecord
|
D | NotificationManagerService.java | 3530 r.setImportance(IMPORTANCE_LOW, "Bumped for foreground service"); 3532 channel.setImportance(IMPORTANCE_LOW);
|
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
D | RankingHelperTest.java | 412 mHelper.setImportance(UPDATED_PKG, UID2, IMPORTANCE_NONE); in testChannelXmlForBackup() 615 defaultChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testChannelXml_defaultChannelUpdatedApp_userSettings() 709 mHelper.setImportance(PKG, UID, IMPORTANCE_NONE); in testCreateChannel_blocked() 775 mHelper.setImportance(PKG, UID, IMPORTANCE_UNSPECIFIED); in testUpdate_preUpgrade_updatesAppFields() 785 defaultChannel.setImportance(IMPORTANCE_NONE); in testUpdate_preUpgrade_updatesAppFields() 809 channel.setImportance(IMPORTANCE_NONE); in testUpdate_postUpgrade_noUpdateAppFields() 950 update2.setImportance(IMPORTANCE_DEFAULT); in testLockFields_lightsAndImportance() 1255 mHelper.setImportance(PKG, UID, NotificationManager.IMPORTANCE_HIGH); in testOnPackageChanged_packageRemoval_importance() 1394 channel1.setImportance(IMPORTANCE_LOW); in testGetChannelGroups_noSideEffects()
|
D | NotificationRecordTest.java | 309 defaultChannel.setImportance(NotificationManager.IMPORTANCE_LOW); in testImportance_locked_preUpgrade() 321 defaultChannel.setImportance(NotificationManager.IMPORTANCE_UNSPECIFIED); in testImportance_locked_unspecified_preUpgrade()
|
D | BuzzBeepBlinkTest.java | 389 r.setImportance(NotificationManager.IMPORTANCE_DEFAULT, "for testing"); in testLights() 428 r.setImportance(NotificationManager.IMPORTANCE_MIN, "foo"); in testNoInterruptionForMin() 916 r.setImportance(IMPORTANCE_MIN, ""); in testA11yMinInitialPost()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationInfo.java | 291 mSingleNotificationChannel.setImportance(selectedImportance); in saveImportance()
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 413 public void setImportance(@Importance int importance) { in setImportance() method in NotificationChannel
|
/frameworks/base/services/ |
D | art-profile | 3030 HPLcom/android/server/notification/RankingConfig;->setImportance(Ljava/lang/String;II)V
|
/frameworks/base/api/ |
D | current.txt | 5562 method public void setImportance(int);
|
D | test-current.txt | 5575 method public void setImportance(int);
|
D | system-current.txt | 5765 method public void setImportance(int);
|