Searched refs:PRIORITY (Results 1 - 20 of 20) sorted by relevance

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DMultimediaMessagePdu.java118 return mPduHeaders.getOctet(PduHeaders.PRIORITY);
128 mPduHeaders.setOctet(value, PduHeaders.PRIORITY);
H A DPduHeaders.java41 public static final int PRIORITY = 0x8F; field in class:PduHeaders
393 case PRIORITY:
H A DPduParser.java305 case PduHeaders.PRIORITY:
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DMultimediaMessagePdu.java120 return mPduHeaders.getOctet(PduHeaders.PRIORITY);
130 mPduHeaders.setOctet(value, PduHeaders.PRIORITY);
H A DPduHeaders.java44 public static final int PRIORITY = 0x8F; field in class:PduHeaders
413 case PRIORITY:
H A DPduComposer.java572 case PduHeaders.PRIORITY:
889 appendHeader(PduHeaders.PRIORITY);
H A DPduPersister.java124 Mms.PRIORITY,
262 OCTET_COLUMN_INDEX_MAP.put(PduHeaders.PRIORITY, PDU_COLUMN_PRIORITY);
274 OCTET_COLUMN_NAME_MAP.put(PduHeaders.PRIORITY, Mms.PRIORITY);
1118 values.put(Mms.PRIORITY, priority);
H A DPduParser.java330 case PduHeaders.PRIORITY:
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapContract.java1051 public static final String PRIORITY = "priority"; field in interface:BluetoothMapContract.PresenceColumns
1168 ConversationColumns.PRIORITY
1183 ConvoContactColumns.PRIORITY,
1213 PresenceColumns.PRIORITY,
/packages/apps/MusicFX/src/com/android/musicfx/
H A DControlPanelEffect.java42 private static final int PRIORITY = 0; field in class:ControlPanelEffect
186 virtualizerEffect = new Virtualizer(PRIORITY, session);
216 equalizerEffect = new Equalizer(PRIORITY, session);
1329 final Virtualizer newVirtualizerEffect = new Virtualizer(PRIORITY, audioSession);
1363 final BassBoost newBassBoostEffect = new BassBoost(PRIORITY, audioSession);
1395 final Equalizer newEqualizerEffect = new Equalizer(PRIORITY, audioSession);
1426 // final PresetReverb newPresetReverbEffect = new PresetReverb(PRIORITY, audioSession);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java1089 ConversationColumns.PRIORITY,
1247 public static final String PRIORITY = "priority"; field in class:UIProvider.ConversationColumns
H A DConversation.java79 * @see UIProvider.ConversationColumns#PRIORITY
635 } else if (ConversationColumns.PRIORITY.equals(key)) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSelectedConversationsActionMenu.java331 mUpdater.updateConversation(target, ConversationColumns.PRIORITY, priority);
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsDatabaseHelper.java610 Mms.PRIORITY + " INTEGER," +
2054 Mms.PRIORITY + " INTEGER," +
H A DMmsSmsProvider.java134 Mms.MESSAGE_SIZE, Mms.MESSAGE_TYPE, Mms.MESSAGE_BOX, Mms.PRIORITY,
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java184 Mms.PRIORITY,
212 Mms.PRIORITY,
414 BluetoothMapContract.ConvoContactColumns.PRIORITY);
576 pri = c.getInt(c.getColumnIndex(Mms.PRIORITY));
1790 where += " AND " + Mms.PRIORITY + "<=" +
1793 where += " AND " + Mms.PRIORITY + "=" +
H A DBluetoothMapContentObserver.java229 Mms.PRIORITY
599 BluetoothMapContract.ConvoContactColumns.PRIORITY);
1531 int tmpPri = c.getInt(c.getColumnIndex(Mms.PRIORITY));
2753 values.put(Mms.PRIORITY, PduHeaders.PRIORITY_NORMAL);
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DDatabaseMessages.java297 Mms.PRIORITY,
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java1578 ConversationColumns.PRIORITY, UIProvider.ConversationPriority.HIGH);
1585 updateConversation(target, ConversationColumns.PRIORITY,
3041 mConversationListCursor.updateInt(mTarget, ConversationColumns.PRIORITY,
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java2676 .add(UIProvider.ConversationColumns.PRIORITY,

Completed in 374 milliseconds