HomeSort by relevance Sort by last modified time
    Searched refs:IMPORTANCE_DEFAULT (Results 1 - 16 of 16) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
NotificationIntrusivenessExtractor.java 47 if (record.getImportance() >= NotificationListenerService.Ranking.IMPORTANCE_DEFAULT) {
NotificationRecord.java 20 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_DEFAULT;
119 int importance = IMPORTANCE_DEFAULT;
134 importance = IMPORTANCE_DEFAULT;
156 if (importance < IMPORTANCE_DEFAULT) {
157 importance = IMPORTANCE_DEFAULT;
321 if (mImportance < IMPORTANCE_DEFAULT &&
323 setImportance(IMPORTANCE_DEFAULT, getPeopleExplanation());
NotificationManagerService.java 41 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_DEFAULT;
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
ImportanceSeekBarPreference.java 122 setProgress(NotificationListenerService.Ranking.IMPORTANCE_DEFAULT);
124 NotificationListenerService.Ranking.IMPORTANCE_DEFAULT, true);
143 setProgress(NotificationListenerService.Ranking.IMPORTANCE_DEFAULT);
177 case NotificationListenerService.Ranking.IMPORTANCE_DEFAULT:
AppNotificationSettings.java 113 setVisible(mPriority, checkCanBeVisible(Ranking.IMPORTANCE_DEFAULT, importance)
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateNotificationBridge.java 96 && row.appImportance < NotificationListenerService.Ranking.IMPORTANCE_DEFAULT;
InstalledAppDetails.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 189 int aImportance = Ranking.IMPORTANCE_DEFAULT;
190 int bImportance = Ranking.IMPORTANCE_DEFAULT;
NotificationGuts.java 358 case Ranking.IMPORTANCE_DEFAULT:
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java     [all...]
  /frameworks/base/core/java/android/app/
NotificationManager.java 185 IMPORTANCE_MIN, IMPORTANCE_LOW, IMPORTANCE_DEFAULT, IMPORTANCE_HIGH,
220 public static final int IMPORTANCE_DEFAULT = 3;
586 * @return An importance level, such as {@link #IMPORTANCE_DEFAULT}.
    [all...]
  /frameworks/support/compat/java/android/support/v4/app/
NotificationManagerCompat.java 129 public static final int IMPORTANCE_DEFAULT = 3;
304 * @return An importance level, such as {@link #IMPORTANCE_DEFAULT}.
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1137 milliseconds