HomeSort by relevance Sort by last modified time
    Searched refs:STATUS (Results 76 - 100 of 155) sorted by null

1 2 34 5 6 7

  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 150 Sms.STATUS,
  /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 91 * {@link StatusUpdates}, which contains social status updates including IM
    [all...]
Contacts.java     [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.cc     [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
  /external/oprofile/utils/
opcontrol 141 --status show configuration
744 --status)
745 STATUS=yes
    [all...]
  /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;
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 */
349 int status = BluetoothShare.STATUS_SUCCESS; local
357 status = mFileInfo.mStatus;
360 Constants.updateShareStatus(mContext, mInfo.mId, status);
370 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING);
373 status = receiveFile(mFileInfo, op);
375 * TODO map status to obex response code
377 if (status != BluetoothShare.STATUS_SUCCESS) {
380 Constants.updateShareStatus(mContext, mInfo.mId, status);
383 if (status == BluetoothShare.STATUS_SUCCESS)
433 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/ContactsCommon/tests/src/com/android/contacts/common/model/
ContactLoaderTest.java 334 Data.STATUS, Data.STATUS_RES_PACKAGE, Data.STATUS_ICON,
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 95 Sms.STATUS, //4
267 int status = c.getInt(SEND_COLUMN_STATUS); local
273 address, msgText, threadId, status == Sms.STATUS_PENDING,
342 // when the status of the connection/radio changes, we can try to send the
MessagingNotification.java 132 + " AND " + Sms.STATUS + " = "+ Sms.STATUS_COMPLETE +")";
    [all...]
  /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 585 Mms.STATUS + " INTEGER," +
680 // Delete pending status for a message when it is deleted.
    [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...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 592 String CONCRETE_STATUS = Tables.STATUS_UPDATES + "." + StatusUpdates.STATUS;
607 String CONCRETE_STATUS = ALIAS + "." + StatusUpdates.STATUS;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 121 /** Handle status report from {@code CdmaInboundSmsHandler}. */
251 * Pass the Message object to subclass to handle. Currently used to pass CDMA status reports
253 * @param o the SmsMessage containing the status report
259 /* TODO: Need to figure out how to keep track of status report routing in a
261 * we will lose this list and any status reports that come in after
264 /** Sent messages awaiting a delivery status report. */
628 // Expecting a status report. Add it to the list.
739 * raw pdu of the status report is in the extended data ("pdu").
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 316 Events.STATUS,
377 values.put(Events.STATUS, seed % 2); // avoid STATUS_CANCELED for general testing
486 values.put(Events.STATUS, seed % 3);
618 String email, int status, int relationship, int type) {
625 attendee.put(Attendees.ATTENDEE_STATUS, status);
1235 int status = EventHelper.lookupSelfAttendeeStatus(mContentResolver, eventId1); local
1271 int status = EventHelper.lookupSelfAttendeeStatus(mContentResolver, eventId2); local
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 168 // Make sure non-DST TZ's get the proper offset and DST status otherwise
560 entityValues.put(Events.STATUS, Events.STATUS_CANCELED);
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 307 final int status) {
331 c.getString(1), status);
    [all...]

Completed in 2080 milliseconds

1 2 34 5 6 7