/external/chromium_org/ui/native_theme/ |
native_theme_win.h | 45 STATUS,
|
native_theme_win.cc | [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/activities/ |
PeopleActivityTest.java | 182 .withProjection(ProviderStatus.STATUS, ProviderStatus.DATA1)
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
ContactLoader.java | 176 Data.STATUS, 248 public static final int STATUS = 56; 467 // status data. Initially, result has empty entities and statuses. 488 || !cursor.isNull(ContactQuery.STATUS)) { 489 final DataStatus status = new DataStatus(cursor); local 491 statusesBuilder.put(dataId, status); [all...] |
/packages/apps/Exchange/src/com/android/exchange/service/ |
EasCalendarSyncHandler.java | 381 // status 6 error during sync 386 final Integer eventStatus = entityValues.getAsInteger(Events.STATUS); 396 cv.put(Events.STATUS, Events.STATUS_CANCELED); 592 // Get busy status from availability 597 // Meeting status, 0 = appointment, 1 = meeting, 3 = attendee 615 // The result will be a status 6 failure during sync 666 (getInt(exValues, Events.STATUS) == Events.STATUS_CANCELED)) { [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarProvider2.java | 397 ALLOWED_IN_EXCEPTION.add(Events.STATUS); 2208 int status = values.getAsInteger(Events.SELF_ATTENDEE_STATUS); local 2831 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/map/ |
BluetoothMapContentObserver.java | 90 Sms.STATUS, 108 Mms.STATUS, 589 /* Approved MAP spec errata 3445 states that read status initiated */ 590 /* by the MCE shall change the MSE read status. */ 1078 int status = message.getStatus(); local [all...] |
BluetoothMapContent.java | 86 Sms.STATUS, 103 Mms.STATUS, 192 "\n " + Mms.STATUS + " : " + c.getInt(c.getColumnIndex(Mms.STATUS))); 446 String status = "complete"; local 447 if (D) Log.d(TAG, "setReceptionStatus: " + status); 448 e.setReceptionStatus(status); [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapFolder.java | 194 ImapConstants.STATUS + " \"%s\" (" + ImapConstants.UIDVALIDITY + ")", 280 // Skip untagged responses; they're just status 354 ImapConstants.STATUS + " \"%s\" (" + ImapConstants.UNSEEN + ")", 356 // S: * STATUS mboxname (MESSAGES 231 UIDNEXT 44292) 358 if (response.isDataResponse(0, ImapConstants.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,
|