HomeSort by relevance Sort by last modified time
    Searched refs:PRIORITY_MIN (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/base/services/core/java/com/android/server/os/
SchedulingPolicyService.java 35 private static final int PRIORITY_MIN = 1;
52 if (!isPermitted() || prio < PRIORITY_MIN ||
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 30 new SimplePriorityPreset(R.string.min_priority, Notification.PRIORITY_MIN),
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 30 new SimplePriorityPreset(R.string.min_priority, Notification.PRIORITY_MIN),
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
PriorityPresets.java 30 new SimplePriorityPreset(R.string.min_priority, Notification.PRIORITY_MIN),
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 21 import static android.app.Notification.PRIORITY_MIN;
429 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_MIN);
437 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_MIN);
490 new int[] {id3, id2, id1}, PRIORITY_MIN);
503 new int[] {id6, id4, id3, id2, id1}, PRIORITY_MIN);
512 new int[] {id8, id7, id6, id5, id4, id3, id2, id1}, PRIORITY_MIN);
562 new int[] {id3, id2, id1}, PRIORITY_MIN);
575 new int[] {id9, id8, id3, id2, id1}, PRIORITY_MIN);
680 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id1, PRIORITY_MIN);
692 PRIORITY_MIN);
    [all...]
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 141 .setPriority(Notification.PRIORITY_MIN);
  /developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 141 .setPriority(Notification.PRIORITY_MIN);
  /development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
HomeListenerService.java 141 .setPriority(Notification.PRIORITY_MIN);
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoService.java 152 .setPriority(Notification.PRIORITY_MIN)
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 332 MIN(Notification.PRIORITY_MIN);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 332 MIN(Notification.PRIORITY_MIN);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 332 MIN(Notification.PRIORITY_MIN);
  /external/selinux/libsemanage/src/
modules.c 955 #define PRIORITY_MIN 1
964 if (priority >= PRIORITY_MIN && priority <= PRIORITY_MAX) {
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 293 n.priority = NotificationManagerService.clamp(n.priority, Notification.PRIORITY_MIN,
296 case Notification.PRIORITY_MIN:
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 393 b.setPriority(Notification.PRIORITY_MIN);
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 169 .setPriority(Notification.PRIORITY_MIN)
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MapMessageMonitor.java 250 builder.setPriority(Notification.PRIORITY_MIN);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 178 .setPriority(NotificationCompat.PRIORITY_MIN)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java 688 int priorityA = usePriorities ? Notification.PRIORITY_MIN : Notification.PRIORITY_DEFAULT;
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 494 notificationBuilder.setPriority(Notification.PRIORITY_MIN);
    [all...]
AlertService.java 383 Notification.PRIORITY_MIN);
    [all...]
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationManagerServiceTest.java     [all...]
  /frameworks/base/core/java/android/app/
Notification.java 571 @IntDef({PRIORITY_DEFAULT,PRIORITY_LOW,PRIORITY_MIN,PRIORITY_HIGH,PRIORITY_MAX})
601 public static final int PRIORITY_MIN = -2;
    [all...]
  /frameworks/support/compat/java/android/support/v4/app/
NotificationCompat.java 208 public static final int PRIORITY_MIN = -2;
    [all...]
  /development/samples/ControllerSample/libs/
android-support-v4.jar 

Completed in 1353 milliseconds

1 2 3