HomeSort by relevance Sort by last modified time
    Searched refs:PriorityValue (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ipc/
ipc_message.h 37 enum PriorityValue {
62 Message(int32 routing_id, uint32 type, PriorityValue priority);
72 PriorityValue priority() const {
73 return static_cast<PriorityValue>(header()->flags & PRIORITY_MASK);
ipc_message_utils_unittest.cc 19 Message::PriorityValue nested_priority = Message::PRIORITY_HIGH;
27 Message::PriorityValue outer_priority = Message::PRIORITY_NORMAL;
ipc_sync_message.h 26 SyncMessage(int32 routing_id, uint32 type, PriorityValue priority,
ipc_message.cc 53 Message::Message(int32 routing_id, uint32 type, PriorityValue priority)
ipc_sync_message.cc 42 PriorityValue priority,
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 392 static private String getPriorityDescription(Context context, int PriorityValue) {
394 switch(PriorityValue) {
    [all...]

Completed in 132 milliseconds