/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Conversation.java | 79 * @see UIProvider.ConversationColumns#PRIORITY 81 public int priority; field in class:Conversation 185 dest.writeInt(priority); 211 priority = in.readInt(); 287 priority = cursor.getInt(UIProvider.CONVERSATION_PRIORITY_COLUMN); 326 priority = other.priority; 350 int sendingState, int priority, boolean read, 365 this.priority = priority; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
cfgmgr32.h | 58 typedef ULONG PRIORITY; 59 typedef PRIORITY *PPRIORITY; 742 CMAPI CONFIGRET WINAPI CM_Add_Empty_Log_Conf(PLOG_CONF plcLogConf,DEVINST dnDevInst,PRIORITY Priority,ULONG ulFlags); 743 CMAPI CONFIGRET WINAPI CM_Add_Empty_Log_Conf_Ex(PLOG_CONF plcLogConf,DEVINST dnDevInst,PRIORITY Priority,ULONG ulFlags,HMACHINE hMachine); [all...] |
/prebuilts/tools/common/m2/repository/logkit/logkit/1.0.1/ |
logkit-1.0.1.jar | |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsDatabaseHelper.java | 628 Mms.PRIORITY + " INTEGER," + [all...] |
MmsSmsProvider.java | 134 Mms.MESSAGE_SIZE, Mms.MESSAGE_TYPE, Mms.MESSAGE_BOX, Mms.PRIORITY, [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapContent.java | 182 Mms.PRIORITY, 210 Mms.PRIORITY, 396 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.PRIORITY); 563 String priority = "no"; local 567 priority = "yes"; 572 pri = c.getInt(c.getColumnIndex(Mms.PRIORITY)); 575 priority = "yes"; 578 Log.d(TAG, "setPriority: " + priority); 580 e.setPriority(priority); [all...] |
BluetoothMapContentObserver.java | 217 Mms.PRIORITY 585 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.PRIORITY); 602 public String priority = null; field in class:BluetoothMapContentObserver.Event 649 String subject, String senderName, String priority) { 661 this.priority = priority; 666 String subject, String senderName, String priority, long conversationID, 685 this.priority = priority; 689 Event(String eventType, String uci, TYPE msgType, String name, String priority, 1373 int priority = c.getInt(cInfo.mContactColPriority); local 1461 String priority = "no"; \/\/ no priority for sms local 1615 String priority = "no"; local 1764 String priority = "no"; local 1994 int priority = c.getInt(cInfo.mContactColPriority); local [all...] |
/frameworks/base/cmds/incidentd/src/ |
Section.cpp | 468 // TODO: Do we need to tweak thread priority? 805 proto.write(TextLogEntry::PRIORITY, (int)entry.priority); [all...] |
/frameworks/base/core/java/android/provider/ |
Contacts.java | [all...] |
/frameworks/base/telephony/java/android/provider/ |
Telephony.java | [all...] |
/packages/apps/Messaging/src/com/android/messaging/sms/ |
DatabaseMessages.java | 297 Mms.PRIORITY, [all...] |
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
PduParser.java | 308 case PduHeaders.PRIORITY: [all...] |
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 47 * and/or path) in an Intent. It also includes a "priority" value which is 163 * The filter {@link #setPriority} value at which system high-priority 173 * The filter {@link #setPriority} value at which system low-priority 476 * Modify priority of this filter. This only affects receiver filters. 477 * The priority of activity filters are set in XML and cannot be changed 478 * programatically. The default priority is 0. Positive values will be 483 * @param priority The new priority value. 489 public final void setPriority(int priority) { 490 mPriority = priority; [all...] |
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduParser.java | 308 case PduHeaders.PRIORITY: [all...] |
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
PduParser.java | 305 case PduHeaders.PRIORITY: [all...] |
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
PduParser.java | 330 case PduHeaders.PRIORITY: [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AbstractActivityController.java | [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
h2_bundle.go | [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
h2_bundle.go | [all...] |
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
JobStatus.java | [all...] |
/frameworks/base/services/core/java/com/android/server/notification/ |
RankingHelper.java | 84 private static final String ATT_PRIORITY = "priority"; 225 r.priority = XmlUtils.readIntAttribute( 301 private Record getOrCreateRecord(String pkg, int uid, int importance, int priority, 312 r.priority = priority; 377 channel.setBypassDnd(r.priority == Notification.PRIORITY_MAX); 382 if (r.priority != DEFAULT_PRIORITY) { 405 || r.priority != DEFAULT_PRIORITY 417 if (r.priority != DEFAULT_PRIORITY) { 418 out.attribute(null, ATT_PRIORITY, Integer.toString(r.priority)); 1471 int priority = DEFAULT_PRIORITY; field in class:RankingHelper.Record [all...] |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/ |
netty-codec-http2-4.1.0.CR3.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/ |
netty-codec-http2-4.1.3.Final.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/ |
netty-codec-http2-4.1.6.Final.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/26.2.0-alpha16/ |
ddmlib-26.2.0-alpha16.jar | |