HomeSort by relevance Sort by last modified time
    Searched refs:STATUS (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 191 ImapConstants.STATUS + " \"%s\" (" + ImapConstants.UIDVALIDITY + ")",
277 // Skip untagged responses; they're just status
351 ImapConstants.STATUS + " \"%s\" (" + ImapConstants.UNSEEN + ")",
353 // S: * STATUS mboxname (MESSAGES 231 UIDNEXT 44292)
355 if (response.isDataResponse(0, ImapConstants.STATUS)) {
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 397 ALLOWED_IN_EXCEPTION.add(Events.STATUS);
2194 int status = values.getAsInteger(Events.SELF_ATTENDEE_STATUS); local
2817 int status = Attendees.ATTENDEE_STATUS_NONE; local
    [all...]
CalendarDatabaseHelper.java 89 Events.STATUS + "," +
533 CalendarContract.Events.STATUS + " INTEGER," +
    [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java 305 case PduHeaders.STATUS:
    [all...]
PduPersister.java 126 Mms.STATUS,
250 OCTET_COLUMN_INDEX_MAP.put(PduHeaders.STATUS, PDU_COLUMN_STATUS);
262 OCTET_COLUMN_NAME_MAP.put(PduHeaders.STATUS, Mms.STATUS);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 198 int statusColumn = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS);
199 int status = cursor.getInt(statusColumn); local
BluetoothOppUtility.java 75 info.mStatus = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.STATUS));
260 * Get status description according to status code.
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;
340 int status = BluetoothShare.STATUS_SUCCESS local
545 int status = BluetoothShare.STATUS_OBEX_DATA_ERROR; local
    [all...]
BluetoothOppObexServerSession.java 75 /* status when server is blocking for user/auto confirmation */
348 int status = BluetoothShare.STATUS_SUCCESS; local
356 status = mFileInfo.mStatus;
359 Constants.updateShareStatus(mContext, mInfo.mId, status);
369 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING);
372 status = receiveFile(mFileInfo, op);
374 * TODO map status to obex response code
376 if (status != BluetoothShare.STATUS_SUCCESS) {
379 Constants.updateShareStatus(mContext, mInfo.mId, status);
382 if (status == BluetoothShare.STATUS_SUCCESS)
432 int status = -1; local
    [all...]
BluetoothOppTransfer.java 193 * Handle session completed status Set batch status to
200 * trigger content provider again to know batch status change
295 if (V) Log.v(TAG, "Current share has status " + mCurrentShare.mStatus);
315 updateValues.put(BluetoothShare.STATUS, info.mStatus);
346 * 1) Check Bluetooth status
356 * 1) Check Bluetooth status
364 /* check Bluetooth enable status */
470 * Set transfer confirmed status. It should only be called for inbound
677 /* update a trivial field of a share to notify Provider the batch status change *
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportActivity.java 76 Sms.STATUS, //1
221 MmsReportStatus status = queryStatusByRecipient(reportStatus, recipient); local
222 if (status == null) {
228 if (status.readStatus != 0) {
229 switch (status.readStatus) {
238 switch (status.deliveryStatus) {
252 Map<String, MmsReportStatus> status, String recipient) {
253 Set<String> recipientSet = status.keySet();
259 return status.get(r);
263 return status.get(r)
309 MmsReportStatus status = new MmsReportStatus( local
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 149 Sms.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 92 * {@link StatusUpdates}, which contains social status updates including IM
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 422 teststreams.py | LN | STATUS
  /external/oprofile/utils/
opcontrol 141 --status show configuration
744 --status)
745 STATUS=yes
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java     [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java 321 Data.STATUS, Data.STATUS_RES_PACKAGE, Data.STATUS_ICON,
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 584 // We'll set the user's status in the Attendees table below
590 // EAS 14+ uses this for the user's response status; we'll use this instead
591 // of busy status, if it appears
620 // If the user is an attendee, set the attendee status using busyStatus (note that the
1071 int status = getValueInt(); local
1275 int status = -1; local
1321 String status = null; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 94 Sms.STATUS, //4
259 int status = c.getInt(SEND_COLUMN_STATUS); local
265 address, msgText, threadId, status == Sms.STATUS_PENDING,
334 // when the status of the connection/radio changes, we can try to send the
MessagingNotification.java 130 + " AND " + Sms.STATUS + " = "+ Sms.STATUS_COMPLETE +")";
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 379 String status) {
382 createStatus(dataId, status);
431 public long createStatus(long dataId, String status) {
435 values.put(StatusUpdates.STATUS, status);
ContactsProvider2Test.java 351 Data.STATUS,
435 Data.STATUS,
514 Data.STATUS,
732 StatusUpdates.STATUS,
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 584 Mms.STATUS + " INTEGER," +
676 // Delete pending status for a message when it is deleted.
685 // When a message is moved out of Outbox, delete its pending status
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 242 if (CalendarContract.Events.STATUS.equals(pair.key)) {
243 // Do type conversion for STATUS
249 if (map.size() == 1 && map.containsKey(Events.STATUS)) {
    [all...]

Completed in 3543 milliseconds

1 23 4 5