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

1 2 3

  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/notifications/
PriorityPresets.java 31 new SimplePriorityPreset(R.string.low_priority, Notification.PRIORITY_LOW),
  /development/samples/wearable/Notifications/Application/src/main/java/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/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_task_manager.h 52 PRIORITY_LOW,
sync_task_manager_unittest.cc 437 SyncTaskManager::PRIORITY_LOW,
444 SyncTaskManager::PRIORITY_LOW,
  /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/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)) {
  /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/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 49 static final int PRIORITY_LOW = 20;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 326 .setPriority(Notification.PRIORITY_LOW)
350 .setPriority(Notification.PRIORITY_LOW)
NotificationAttentionManagementVerifierActivity.java 175 int priorityC = usePriorities ? Notification.PRIORITY_LOW : Notification.PRIORITY_DEFAULT;
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 336 LOW(Notification.PRIORITY_LOW),
  /developers/samples/android/ui/notifications/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 338 .setPriority(Notification.PRIORITY_LOW)
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 256 .setPriority(NotificationCompat.PRIORITY_LOW)
  /external/chromium_org/chrome/browser/history/
history_service.h 583 PRIORITY_LOW, // Low priority things like indexing or expiration.
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 396 b.setPriority(Notification.PRIORITY_LOW);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java     [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/core/java/android/app/
Notification.java 458 @IntDef({PRIORITY_DEFAULT,PRIORITY_LOW,PRIORITY_MIN,PRIORITY_HIGH,PRIORITY_MAX})
473 public static final int PRIORITY_LOW = -1;
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 170 public static final int PRIORITY_LOW = -1;
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 1371 milliseconds

1 2 3