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

1 2 3 45 6 7 8 91011>>

  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_pipes.c 366 STATUS status = NU_SUCCESS;
370 status = NU_Reset_Pipe(&(pHandle->pipe));
372 if (NU_SUCCESS != status)
377 status);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteraction.java 270 return mValues.getAsInteger(Attendees.STATUS);
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 119 .withProjection(ProviderStatus.STATUS)
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageMove.java 42 private static final String SELECTION_LAST_SYNCED_MAILBOX = MESSAGE_KEY + "=? and " + STATUS
110 * Get the final moves that we want to upsync to the server, setting the status in the DB for
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java 562 case PduHeaders.STATUS:
684 // X-Mms-Read-Status
719 // X-Mms-Status
720 if (appendHeader(PduHeaders.STATUS) != PDU_COMPOSE_SUCCESS) {
    [all...]
PduParser.java 309 case PduHeaders.STATUS:
    [all...]
PduPersister.java 127 Mms.STATUS,
251 OCTET_COLUMN_INDEX_MAP.put(PduHeaders.STATUS, PDU_COLUMN_STATUS);
263 OCTET_COLUMN_NAME_MAP.put(PduHeaders.STATUS, Mms.STATUS);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduComposer.java 570 case PduHeaders.STATUS:
693 // X-Mms-Read-Status
728 // X-Mms-Status
729 if (appendHeader(PduHeaders.STATUS) != PDU_COMPOSE_SUCCESS) {
    [all...]
PduParser.java 143 * Get retrieve status. If the header is not there, assuming it is OK status.
331 case PduHeaders.STATUS:
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 311 STATUS("status"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 311 STATUS("status"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 311 STATUS("status"),
  /external/tcpdump/
print-atm.c 248 { STATUS, "Status" },
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DownloadMmsAction.java 120 final int status = message.getStatus(); local
132 actionParameters.putBoolean(KEY_AUTO_DOWNLOAD, isAutoDownload(status));
139 final int downloadingStatus = getDownloadingStatus(status);
140 // Update message status to indicate downloading.
143 // Pre-compute the next status when failed so we don't have to load from db again
158 // Retries depleted and we failed. Update the message status so we won't retry again
162 if (status == MessageData.BUGLE_STATUS_INCOMING_RETRYING_AUTO_DOWNLOAD) {
176 * Find out the auto download state of this message based on its starting status
178 * @param status The starting status of the message
257 final MmsUtils.StatusPlusUri status = MmsUtils.downloadMmsMessage(context, local
    [all...]
SendMessageAction.java 112 // Update message status
196 int status; local
206 status = MmsUtils.sendSmsMessage(recipient, messageText, messageUri, subId,
241 // Async send, so no status yet
246 status = result.status;
250 status = MmsUtils.MMS_REQUEST_MANUAL_RETRY;
257 updatedMessageUri, subId, isSms, status, rawStatus, resultCode);
281 * Update message status to reflect success or failure
304 * Update the message status (and message itself if necessary
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 187 * {@code TP-Status} value for the message, or -1 if no status has been received.
190 public static final String STATUS = "status";
192 /** TP-Status: no status received. */
194 /** TP-Status: complete. */
196 /** TP-Status: pending. */
198 /** TP-Status: failed. */
422 values.put(STATUS, STATUS_PENDING)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleDatabaseOperations.java 496 MessageColumns.STATUS + "=? AND " + MessageColumns.CONVERSATION_ID + "=?",
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 390 ALLOWED_IN_EXCEPTION.add(Events.STATUS);
2211 int status = values.getAsInteger(Events.SELF_ATTENDEE_STATUS); local
2861 int status = Attendees.ATTENDEE_STATUS_NONE; local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 176 Data.STATUS,
258 public static final int STATUS = 53;
499 // status data. Initially, result has empty entities and statuses.
520 || !cursor.isNull(ContactQuery.STATUS)) {
521 final DataStatus status = new DataStatus(cursor); local
523 statusesBuilder.put(dataId, status);
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java 199 ImapConstants.STATUS + " \"%s\" (" + ImapConstants.UIDVALIDITY + ")",
285 // Skip untagged responses; they're just status
359 ImapConstants.STATUS + " \"%s\" (" + ImapConstants.UNSEEN + ")",
361 // S: * STATUS mboxname (MESSAGES 231 UIDNEXT 44292)
363 if (response.isDataResponse(0, ImapConstants.STATUS)) {
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java 306 case PduHeaders.STATUS:
    [all...]
  /external/autotest/scheduler/
host_scheduler.py 318 job_overhead.STATUS.QUEUED, secs_in_queued)
  /external/autotest/tko/
parse.py 63 def format_failure_message(jobname, kernel, testname, status, reason):
69 @param status: String representing the test status.
75 return format_string % (jobname, kernel, testname, status, reason)
207 # look up the status version
214 status_log = os.path.join(path, "status.log")
216 status_log = os.path.join(path, "status")
218 tko_utils.dprint("! Unable to parse job, no status file")
221 # parse the status logs
262 tko_utils.dprint("* testname, status, reason: %s %s %s
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 200 int statusColumn = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS);
201 int status = cursor.getInt(statusColumn); local
BluetoothOppUtility.java 87 info.mStatus = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.STATUS));
281 * Get status description according to status code.

Completed in 686 milliseconds

1 2 3 45 6 7 8 91011>>