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

1 2

  /external/chromium_org/ipc/
ipc_message.h 38 PRIORITY_LOW = 1,
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 30 public static final int PRIORITY_LOW = 0;
  /frameworks/opt/mms/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)) {
  /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
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 218 .setPriority(NotificationCompat.PRIORITY_LOW)
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 49 static final int PRIORITY_LOW = 20;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
NotificationListenerVerifierActivity.java 290 .setPriority(Notification.PRIORITY_LOW)
314 .setPriority(Notification.PRIORITY_LOW)
  /frameworks/base/services/java/com/android/server/net/
LockdownVpnTracker.java 313 builder.setPriority(Notification.PRIORITY_LOW);
  /external/chromium/chrome/browser/history/
history.h 586 PRIORITY_LOW, // Low priority things like indexing or expiration.
    [all...]
history.cc 429 ScheduleAndForget(PRIORITY_LOW, &HistoryBackend::SetPageContents,
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 55 public static final int PRIORITY_LOW = -1;
  /external/chromium_org/chrome/browser/history/
history_service.h 633 PRIORITY_LOW, // Low priority things like indexing or expiration.
    [all...]
history_service.cc 611 ScheduleAndForget(PRIORITY_LOW, &HistoryBackend::SetPageContents,
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 396 b.setPriority(Notification.PRIORITY_LOW);
  /frameworks/base/core/java/android/app/
Notification.java 364 public static final int PRIORITY_LOW = -1;
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 731 notification.priority = Notification.PRIORITY_LOW;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 397 case PduHeaders.PRIORITY_LOW:
398 return res.getString(R.string.priority_low);
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 714 .setPriority(Notification.PRIORITY_LOW)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 135 private static final int HIDE_ICONS_BELOW_SCORE = Notification.PRIORITY_LOW * NOTIFICATION_PRIORITY_MULTIPLIER;
    [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 130 Notification.PRIORITY_LOW * NOTIFICATION_PRIORITY_MULTIPLIER;
    [all...]
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 

Completed in 587 milliseconds

1 2