HomeSort by relevance Sort by last modified time
    Searched full:priority_low (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /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);
  /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),
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDocumentsService.java 83 .setPriority(Notification.PRIORITY_LOW)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 331 .setPriority(Notification.PRIORITY_LOW)
378 .setPriority(Notification.PRIORITY_LOW);
402 .setPriority(Notification.PRIORITY_LOW)
486 .setPriority(Notification.PRIORITY_LOW)
536 .setPriority(Notification.PRIORITY_LOW)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 112 .setPriority(Notification.PRIORITY_LOW)
136 .setPriority(Notification.PRIORITY_LOW)
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
MessageDetailsDialog.java 349 case PduHeaders.PRIORITY_LOW:
350 return res.getString(R.string.priority_low);
  /external/ipsec-tools/src/libipsec/
libpfkey.h 40 #define PRIORITY_LOW 0xC0000000
policy_token.l 111 low { yylval.num32 = PRIORITY_LOW; return(PRIO_BASE); }
ipsec_dump_policy.c 145 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_LOW;
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 30 public static final int PRIORITY_LOW = 0;
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 49 static final int PRIORITY_LOW = 20;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
SmsFacade.java     [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 127 .setPriority(Notification.PRIORITY_LOW)
165 .setPriority(Notification.PRIORITY_LOW)
296 .setPriority(Notification.PRIORITY_LOW)
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 336 LOW(Notification.PRIORITY_LOW),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 336 LOW(Notification.PRIORITY_LOW),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 336 LOW(Notification.PRIORITY_LOW),
  /frameworks/base/services/core/java/com/android/server/net/
LockdownVpnTracker.java 339 .setPriority(Notification.PRIORITY_LOW)
  /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/autotest/client/tests/kvm/tests/
stepmaker.py 101 priority=gobject.PRIORITY_LOW)
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
Cat.java 214 .setPriority(Notification.PRIORITY_LOW)
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 130 case Notification.PRIORITY_LOW:

Completed in 468 milliseconds

1 2 3 4 5 6 7