Home
last modified time | relevance | path

Searched refs:IMPORTANCE_LOW (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java22 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_LOW;
131 importance = IMPORTANCE_LOW; in defaultImportance()
151 if (!isNoisy && importance > IMPORTANCE_LOW) { in defaultImportance()
152 importance = IMPORTANCE_LOW; in defaultImportance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java248 return Ranking.IMPORTANCE_LOW; in getSelectedImportance()
275 if (importance == NotificationListenerService.Ranking.IMPORTANCE_LOW) { in bindToggles()
367 case Ranking.IMPORTANCE_LOW: in updateTitleAndSummary()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1046 public static final int IMPORTANCE_LOW = NotificationManager.IMPORTANCE_LOW; field in NotificationListenerService.Ranking
1172 mIsAmbient = importance < IMPORTANCE_LOW; in populate()
1192 case IMPORTANCE_LOW:
/frameworks/base/core/java/android/app/
DNotificationManager.java185 IMPORTANCE_MIN, IMPORTANCE_LOW, IMPORTANCE_DEFAULT, IMPORTANCE_HIGH,
214 public static final int IMPORTANCE_LOW = 2; field in NotificationManager
/frameworks/support/compat/java/android/support/v4/app/
DNotificationManagerCompat.java123 public static final int IMPORTANCE_LOW = 2; field in NotificationManagerCompat
/frameworks/support/api/
Dcurrent.txt4512 field public static final int IMPORTANCE_LOW = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt5314 field public static final int IMPORTANCE_LOW = 2; // 0x2
Dsystem-current.txt5471 field public static final int IMPORTANCE_LOW = 2; // 0x2
Dtest-current.txt5317 field public static final int IMPORTANCE_LOW = 2; // 0x2