Home
last modified time | relevance | path

Searched refs:PRIORITY_LOW (Results 1 – 6 of 6) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DSoundSystem.java30 public static final int PRIORITY_LOW = 0; field in SoundSystem
/external/libchrome/ipc/
Dipc_message.h41 PRIORITY_LOW = 1, enumerator
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java351 NotificationCompat.PRIORITY_LOW,
626 priority = NotificationCompat.PRIORITY_LOW; in PlayerNotificationManager()
892 case NotificationCompat.PRIORITY_LOW: in setPriority()
/external/ipsec-tools/src/libipsec/
Dlibpfkey.h40 #define PRIORITY_LOW 0xC0000000 macro
Dipsec_dump_policy.c145 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_LOW;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DSmsFacade.java934 public static final int MESSAGE_PRIORITY_LOW = PduHeaders.PRIORITY_LOW;
935 public static final int MESSAGE_PRIORITY_NORMAL = PduHeaders.PRIORITY_LOW;
936 public static final int MESSAGE_PRIORITY_HIGH = PduHeaders.PRIORITY_LOW;