HomeSort by relevance Sort by last modified time
    Searched refs:STATUS (Results 126 - 150 of 287) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 129 Mms.STATUS,
267 OCTET_COLUMN_INDEX_MAP.put(PduHeaders.STATUS, PDU_COLUMN_STATUS);
279 OCTET_COLUMN_NAME_MAP.put(PduHeaders.STATUS, Mms.STATUS);
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
TestDataFactory.java 84 ConversationMessageViewColumns.STATUS,
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java 90 Data.STATUS,
397 Data.STATUS,
    [all...]
  /external/libnl/lib/netfilter/
ct_obj.c 314 diff |= CT_DIFF(STATUS, (a->ct_status ^ b->ct_status) &
317 diff |= CT_DIFF(STATUS, a->ct_status != b->ct_status);
330 __ADD(CT_ATTR_STATUS, status)
456 void nfnl_ct_set_status(struct nfnl_ct *ct, uint32_t status)
458 ct->ct_status_mask |= status;
459 ct->ct_status |= status;
463 void nfnl_ct_unset_status(struct nfnl_ct *ct, uint32_t status)
465 ct->ct_status_mask |= status;
466 ct->ct_status &= ~status;
  /frameworks/base/core/java/android/provider/
CalendarContract.java 425 * Can the organizer respond to the event? If no, the status of the
    [all...]
ContactsContract.java 93 * {@link StatusUpdates}, which contains social status updates including IM
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessageData.java 53 MessageColumns.STATUS,
119 // Bugle STATUS Values
144 public static final String getStatusDescription(int status) {
145 switch (status) {
183 return String.valueOf(status) + " (check MessageData)";
187 // All incoming messages expect to have status >= BUGLE_STATUS_FIRST_INCOMING
425 values.put(MessageColumns.STATUS, mStatus);
544 * For incoming MMS messages this returns the retrieve-status value
545 * For sent MMS messages this returns the response-status value
573 static boolean getShowDownloadMessage(final int status) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
DatabaseMessages.java 114 Sms.STATUS,
298 Mms.STATUS,
    [all...]
MmsUtils.java 131 public static final String getRequestStatusDescription(final int status) {
132 switch (status) {
142 return String.valueOf(status) + " (check MmsUtils)";
1801 public final int status; field in class:MmsUtils.StatusPlusUri
1859 int status = MMS_REQUEST_MANUAL_RETRY; local
1920 int status = MMS_REQUEST_MANUAL_RETRY; local
2089 int status = MMS_REQUEST_MANUAL_RETRY; local
2129 int status = MMS_REQUEST_MANUAL_RETRY; local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 90 Events.STATUS + "," +
534 CalendarContract.Events.STATUS + " INTEGER," +
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 52 * Custom IM protocol used when storing status messages.
221 * Update the status messages for a list of users. This is typically called
223 * the contact's status until they have a profileId.
295 // If we have a serverId, then go ahead and create our status profile.
319 * @param updateStatus should we update this user's status
419 // If we don't have a status profile, then create one. This could
421 // create the status profile until after the first sync...
515 * Update the status message associated with the specified user. The status
521 * @param rawContact the contact whose status we should updat
531 final String status = rawContact.getStatus(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 422 teststreams.py | LN | STATUS
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 264 int status = BluetoothShare.STATUS_SUCCESS; local
271 status = BluetoothShare.STATUS_CANCELED;
276 status = BluetoothShare.STATUS_CONNECTION_ERROR;
278 if (status == BluetoothShare.STATUS_SUCCESS) {
281 status = sendFile(mFileInfo);
284 status = mFileInfo.mStatus;
288 Constants.updateShareStatus(mContext1, mInfo.mId, status);
291 if (status == BluetoothShare.STATUS_SUCCESS) {
299 mInfo.mStatus = status;
341 int status = BluetoothShare.STATUS_SUCCESS local
    [all...]
BluetoothOppObexServerSession.java 77 /* status when server is blocking for user/auto confirmation */
332 int status = BluetoothShare.STATUS_SUCCESS; local
340 status = mFileInfo.mStatus;
343 Constants.updateShareStatus(mContext, mInfo.mId, status);
353 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING);
356 status = receiveFile(mFileInfo, op);
358 * TODO map status to obex response code
360 if (status != BluetoothShare.STATUS_SUCCESS) {
363 Constants.updateShareStatus(mContext, mInfo.mId, status);
366 if (status == BluetoothShare.STATUS_SUCCESS)
416 int status = -1; local
    [all...]
BluetoothOppTransfer.java 195 * Handle session completed status Set batch status to
202 * trigger content provider again to know batch status change
297 if (V) Log.v(TAG, "Current share has status " + mCurrentShare.mStatus);
317 updateValues.put(BluetoothShare.STATUS, info.mStatus);
348 * 1) Check Bluetooth status
358 * 1) Check Bluetooth status
366 /* check Bluetooth enable status */
472 * Set transfer confirmed status. It should only be called for inbound
679 /* update a trivial field of a share to notify Provider the batch status change *
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ContactLoaderTest.java 343 Data.STATUS, Data.STATUS_RES_PACKAGE, Data.STATUS_ICON,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
telnetlib.py 78 STATUS = chr(5) # give status
  /prebuilts/gdb/linux-x86/lib/python2.7/
telnetlib.py 78 STATUS = chr(5) # give status
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 78 STATUS = chr(5) # give status
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 78 STATUS = chr(5) # give status
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 619 Mms.STATUS + " INTEGER," +
    [all...]
TelephonyBackupAgent.java 81 * "date":"1450893518140","date_sent":"1450893514000","status":"-1","type":"1"},
83 * "date_sent":"1451328018000","status":"-1","type":"1"}]
181 Telephony.Sms.STATUS,
760 case Telephony.Sms.STATUS:
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 250 if (CalendarContract.Events.STATUS.equals(pair.key)) {
251 // Do type conversion for STATUS
257 if (map.size() == 1 && map.containsKey(Events.STATUS)) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 616 String CONCRETE_STATUS = Tables.STATUS_UPDATES + "." + StatusUpdates.STATUS;
631 String CONCRETE_STATUS = ALIAS + "." + StatusUpdates.STATUS;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 118 /** Handle status report from {@code CdmaInboundSmsHandler}. */
248 * Pass the Message object to subclass to handle. Currently used to pass CDMA status reports
250 * @param o the SmsMessage containing the status report
256 /* TODO: Need to figure out how to keep track of status report routing in a
258 * we will lose this list and any status reports that come in after
261 /** Sent messages awaiting a delivery status report. */
635 // Expecting a status report. Add it to the list.
746 * raw pdu of the status report is in the extended data ("pdu").
    [all...]

Completed in 596 milliseconds

1 2 3 4 56 7 8 91011>>