Home
last modified time | relevance | path

Searched refs:IMPORTANCE_UNSPECIFIED (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBadgeExtractorTest.java25 import static android.app.NotificationManager.IMPORTANCE_UNSPECIFIED;
93 NotificationRecord r = getNotificationRecord(false, IMPORTANCE_UNSPECIFIED); in testAppYesChannelNo()
121 NotificationRecord r = getNotificationRecord(true, IMPORTANCE_UNSPECIFIED); in testAppYesChannelYes()
135 NotificationRecord r = getNotificationRecord(false, IMPORTANCE_UNSPECIFIED); in testAppNoChannelNo()
163 NotificationRecord r = getNotificationRecord(true, IMPORTANCE_UNSPECIFIED); in testDndOverridesYes()
179 NotificationRecord r = getNotificationRecord(true, IMPORTANCE_UNSPECIFIED); in testDndOConsidersInterception()
195 NotificationRecord r = getNotificationRecord(true, IMPORTANCE_UNSPECIFIED); in testDndConsidersSuppressedVisualEffects()
DImportanceExtractorTest.java89 new NotificationChannel("a", "a", NotificationManager.IMPORTANCE_UNSPECIFIED); in testAppPreferenceChannelNone()
96 assertEquals(NotificationManager.IMPORTANCE_UNSPECIFIED, r.getUserImportance()); in testAppPreferenceChannelNone()
DRankingHelperTest.java23 import static android.app.NotificationManager.IMPORTANCE_UNSPECIFIED;
645 assertEquals(NotificationManager.IMPORTANCE_UNSPECIFIED, updated.getImportance()); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
767 new NotificationChannel("bananas", "bananas", IMPORTANCE_UNSPECIFIED), in testCreateChannel_badImportance()
818 mHelper.setImportance(PKG, UID, IMPORTANCE_UNSPECIFIED); in testUpdate_preUpgrade_updatesAppFields()
866 assertEquals(NotificationManager.IMPORTANCE_UNSPECIFIED, mHelper.getImportance(PKG, UID)); in testUpdate_postUpgrade_noUpdateAppFields()
1411 assertEquals(NotificationManager.IMPORTANCE_UNSPECIFIED, mHelper.getImportance(PKG, UID)); in testOnPackageChanged_packageRemoval_importance()
1447 assertEquals(NotificationManager.IMPORTANCE_UNSPECIFIED, mHelper.getImportance(PKG, UID)); in testRecordDefaults()
DNotificationRecordTest.java103 NotificationManager.IMPORTANCE_UNSPECIFIED);
320 defaultChannel.setImportance(NotificationManager.IMPORTANCE_UNSPECIFIED); in testImportance_locked_unspecified_preUpgrade()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java23 import static android.app.NotificationManager.IMPORTANCE_UNSPECIFIED;
138 private int mUserImportance = IMPORTANCE_UNSPECIFIED;
139 private int mImportance = IMPORTANCE_UNSPECIFIED;
344 && (importance == IMPORTANCE_UNSPECIFIED in calculateImportance()
698 if (mUserImportance != IMPORTANCE_UNSPECIFIED) { in applyUserImportance()
709 if (importance != IMPORTANCE_UNSPECIFIED) { in setImportance()
DRankingHelper.java92 private static final int DEFAULT_IMPORTANCE = NotificationManager.IMPORTANCE_UNSPECIFIED;
379 if (r.importance != NotificationManager.IMPORTANCE_UNSPECIFIED) { in createDefaultChannelIfNeeded()
/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationManagerCompat.java116 public static final int IMPORTANCE_UNSPECIFIED = -1000; field in NotificationManagerCompat
254 return IMPORTANCE_UNSPECIFIED; in getImportance()
/frameworks/base/core/proto/android/service/
Dnotification.proto124 // Default is IMPORTANCE_UNSPECIFIED (-1000).
/frameworks/base/core/java/android/app/
DNotificationManager.java256 IMPORTANCE_UNSPECIFIED, IMPORTANCE_NONE,
272 public static final int IMPORTANCE_UNSPECIFIED = -1000; field in NotificationManager
DNotificationChannel.java131 NotificationManager.IMPORTANCE_UNSPECIFIED;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInfoTest.java23 import static android.app.NotificationManager.IMPORTANCE_UNSPECIFIED;
432 mNotificationChannel.setImportance(IMPORTANCE_UNSPECIFIED); in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnspecified()
441 assertEquals(IMPORTANCE_UNSPECIFIED, mNotificationChannel.getImportance()); in testHandleCloseControls_DoesNotUpdateNotificationChannelIfUnspecified()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java587 return NotificationManager.IMPORTANCE_UNSPECIFIED; in getImportance()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1609 case NotificationManager.IMPORTANCE_UNSPECIFIED:
/frameworks/support/compat/api_legacy/
D28.0.0-alpha1.txt626 field public static final int IMPORTANCE_UNSPECIFIED = -1000; // 0xfffffc18
D26.1.0.txt495 field public static final int IMPORTANCE_UNSPECIFIED = -1000; // 0xfffffc18
Dcurrent.txt626 field public static final int IMPORTANCE_UNSPECIFIED = -1000; // 0xfffffc18
D27.1.0.txt555 field public static final int IMPORTANCE_UNSPECIFIED = -1000; // 0xfffffc18
D27.0.0.txt495 field public static final int IMPORTANCE_UNSPECIFIED = -1000; // 0xfffffc18
D26.0.0.txt495 field public static final int IMPORTANCE_UNSPECIFIED = -1000; // 0xfffffc18
/frameworks/support/compat/api/
Dcurrent.txt592 field public static final int IMPORTANCE_UNSPECIFIED = -1000; // 0xfffffc18
/frameworks/support/api/
D25.2.0.txt4898 field public static final int IMPORTANCE_UNSPECIFIED = -1000; // 0xfffffc18
D25.0.0.txt4516 field public static final int IMPORTANCE_UNSPECIFIED = -1000; // 0xfffffc18
D24.2.0.txt4461 field public static final int IMPORTANCE_UNSPECIFIED = -1000; // 0xfffffc18
D25.4.0.txt5330 field public static final int IMPORTANCE_UNSPECIFIED = -1000; // 0xfffffc18
D26.0.0-alpha1.txt5716 field public static final int IMPORTANCE_UNSPECIFIED = -1000; // 0xfffffc18

12