HomeSort by relevance Sort by last modified time
    Searched refs:PRIORITY (Results 26 - 50 of 55) sorted by null

12 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 201 * @param priority the priority of the marker
207 String message, int severity, int priority) throws CoreException {
215 marker.setAttribute(IMarker.PRIORITY, priority);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 83 private static final String PRIORITY = "priority"; //$NON-NLS-1$
436 args.put(PRIORITY, EMPTY);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java     [all...]
Conversation.java 79 * @see UIProvider.ConversationColumns#PRIORITY
81 public int priority; field in class:Conversation
185 dest.writeInt(priority);
211 priority = in.readInt();
289 priority = cursor.getInt(UIProvider.CONVERSATION_PRIORITY_COLUMN);
328 priority = other.priority;
352 int sendingState, int priority, boolean read,
367 this.priority = priority;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 321 final int priority = important ? UIProvider.ConversationPriority.HIGH local
323 mUpdater.updateConversation(target, ConversationColumns.PRIORITY, priority);
326 c.priority = priority;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cfgmgr32.h 63 typedef ULONG PRIORITY;
64 typedef PRIORITY *PPRIORITY;
747 CMAPI CONFIGRET WINAPI CM_Add_Empty_Log_Conf(PLOG_CONF plcLogConf,DEVINST dnDevInst,PRIORITY Priority,ULONG ulFlags);
748 CMAPI CONFIGRET WINAPI CM_Add_Empty_Log_Conf_Ex(PLOG_CONF plcLogConf,DEVINST dnDevInst,PRIORITY Priority,ULONG ulFlags,HMACHINE hMachine);
    [all...]
  /external/chromium_org/net/spdy/
spdy_protocol.h 291 PRIORITY,
292 LAST_CONTROL_TYPE = PRIORITY
411 // A SPDY priority is a number between 0 and 7 (inclusive).
412 // SPDY priority range is version-dependent. For SPDY 2 and below, priority is a
689 SpdyPriority priority() const { return priority_; } function in class:net::SpdySynStreamIR
690 void set_priority(SpdyPriority priority) { priority_ = priority; }
851 uint32 priority() const { return priority_; } function in class:net::SpdyHeadersIR
    [all...]
spdy_framer.cc 50 // Wire sizes of priority payloads.
186 // control frame header + 2 * 4 (stream IDs) + 1 (priority)
329 // Size, in bytes, of a PRIORITY frame.
492 case PRIORITY:
493 return "PRIORITY";
1355 SpdyPriority priority = 0; local
1422 uint32 priority = 0; local
2356 uint8 priority = syn_stream.priority(); local
2645 uint32 priority = headers.priority(); local
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 580 Mms.PRIORITY + " INTEGER," +
    [all...]
MmsSmsProvider.java 130 Mms.MESSAGE_SIZE, Mms.MESSAGE_TYPE, Mms.MESSAGE_BOX, Mms.PRIORITY,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 124 Mms.PRIORITY
249 "\n " + Mms.PRIORITY + " : " + c.getInt(c.getColumnIndex(Mms.PRIORITY)) +
429 String priority = "no"; local
433 priority = "yes";
438 pri = c.getInt(c.getColumnIndex(Mms.PRIORITY));
441 priority = "yes";
443 if (V) Log.d(TAG, "setPriority: " + priority);
444 e.setPriority(priority);
    [all...]
BluetoothMapContentObserver.java     [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /external/netperf/
netlib.c 126 #define PRIORITY PRI_LOW
131 #define PRIORITY NDPLOMIN
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java 304 case PduHeaders.PRIORITY:
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java     [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1629 milliseconds

12 3