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

1 2 3

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 31 new SimplePriorityPreset(R.string.low_priority, Notification.PRIORITY_LOW),
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 31 new SimplePriorityPreset(R.string.low_priority, Notification.PRIORITY_LOW),
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
PriorityPresets.java 31 new SimplePriorityPreset(R.string.low_priority, Notification.PRIORITY_LOW),
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
NotificationCompatUtils.java 48 CompatUtils.getField(Notification.class, "PRIORITY_LOW");
49 private static final int PRIORITY_LOW = null == FIELD_PRIORITY_LOW ? 0
71 CompatUtils.invoke(builder, null, METHOD_setPriority, PRIORITY_LOW);
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 30 public static final int PRIORITY_LOW = 0;
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduHeaders.java 205 public static final int PRIORITY_LOW = 0x80;
396 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduHeaders.java 203 public static final int PRIORITY_LOW = 0x80;
394 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduHeaders.java 210 public static final int PRIORITY_LOW = 0x80;
414 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 145 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_LOW;
libpfkey.h 40 #define PRIORITY_LOW 0xC0000000
  /external/libmojo/ipc/
ipc_message.h 41 PRIORITY_LOW = 1,
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 49 static final int PRIORITY_LOW = 20;
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTests.java 93 .setPriority(Notification.PRIORITY_LOW)
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 331 LOW(Notification.PRIORITY_LOW),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 331 LOW(Notification.PRIORITY_LOW),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 331 LOW(Notification.PRIORITY_LOW),
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
SmsFacade.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
MessageDetailsDialog.java 349 case PduHeaders.PRIORITY_LOW:
350 return res.getString(R.string.priority_low);
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
Cat.java 216 .setPriority(Notification.PRIORITY_LOW)
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 396 b.setPriority(Notification.PRIORITY_LOW);
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 378 .setPriority(Notification.PRIORITY_LOW)
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 320 .setPriority(NotificationCompat.PRIORITY_LOW)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java 690 int priorityC = usePriorities ? Notification.PRIORITY_LOW : Notification.PRIORITY_DEFAULT;
NotificationListenerVerifierActivity.java 887 .setPriority(Notification.PRIORITY_LOW)
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 299 case Notification.PRIORITY_LOW:
    [all...]

Completed in 1517 milliseconds

1 2 3