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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
ForegroundServiceControllerTest.java 72 fsc.addNotification(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_DEFAULT);
73 fsc.addNotification(sbn_user2_app2_fg, NotificationManager.IMPORTANCE_DEFAULT);
74 fsc.addNotification(sbn_user1_app3_fg, NotificationManager.IMPORTANCE_DEFAULT);
75 fsc.addNotification(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT);
76 fsc.addNotification(sbn_user2_app1, NotificationManager.IMPORTANCE_DEFAULT);
82 fsc.updateNotification(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT);
83 fsc.updateNotification(sbn_user2_app1, NotificationManager.IMPORTANCE_DEFAULT);
88 fsc.updateNotification(sbn_user2_app2_fg, NotificationManager.IMPORTANCE_DEFAULT);
89 fsc.updateNotification(sbn_user1_app3_fg, NotificationManager.IMPORTANCE_DEFAULT);
90 fsc.updateNotification(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_DEFAULT);
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationManagerCompat.java 137 public static final int IMPORTANCE_DEFAULT = 3;
248 * @return An importance level, such as {@link #IMPORTANCE_DEFAULT}.
  /frameworks/base/core/java/android/app/
NotificationManager.java 257 IMPORTANCE_MIN, IMPORTANCE_LOW, IMPORTANCE_DEFAULT, IMPORTANCE_HIGH
298 public static final int IMPORTANCE_DEFAULT = 3;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 277 milliseconds