/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppNotification.java | 59 static final String status = "(" + BluetoothShare.STATUS + " == '192'" + ")"; field in class:BluetoothOppNotification 74 static final String WHERE_RUNNING = status + " AND " + visible + " AND " + confirm; 76 static final String WHERE_COMPLETED = BluetoothShare.STATUS + " >= '200' AND " + visible + 380 final int statusIndex = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS); 387 int status = cursor.getInt(statusIndex); local 389 if (BluetoothShare.isStatusError(status)) { 436 int status = cursor.getInt(statusIndex); local 438 if (BluetoothShare.isStatusError(status)) {
|
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.
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
EditEventHelper.java | 90 Events.STATUS, // 21 324 values.put(Events.STATUS, Events.STATUS_CONFIRMED); 349 values.put(Events.STATUS, originalModel.mEventStatus); 372 values.put(Events.STATUS, originalModel.mEventStatus); 395 values.put(Events.STATUS, originalModel.mEventStatus); 469 Log.d(TAG, "Setting attendee status to " + model.mSelfAttendeeStatus); [all...] |
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduHeaders.java | 51 public static final int STATUS = 0x95; 171 * X-Mms-Status Field. 210 * X-Mms-Response-Status field types. 245 * X-Mms-Retrieve-Status field types. 264 * X-Mms-Read-Status field types. 270 * X-Mms-Cancel-Status field types. 310 * X-Mms-Store-Status field types. 401 case STATUS:
|
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 | 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/Calendar/src/com/android/calendar/ |
DeleteEventHelper.java | 345 // update a recurrence exception by setting its status to "canceled" 347 values.put(Events.STATUS, Events.STATUS_CANCELED); 370 // with the status "cancelled". 389 values.put(Events.STATUS, Events.STATUS_CANCELED);
|
/external/chromium_org/chrome/test/chromedriver/client/ |
command_executor.py | 97 GET_STATUS = (_Method.GET, '/session/:sessionId/application_cache/status') 141 STATUS = (_Method.GET, '/status') 170 if response.status == 303: 173 if response.status != 200:
|
/external/tcpdump/ |
print-atm.c | 241 { STATUS, "Status" },
|
/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 | 120 .withProjection(ProviderStatus.STATUS, ProviderStatus.DATA1)
|
/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
|
/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/chromium_org/ui/native_theme/ |
native_theme_win.h | 45 STATUS,
|
/frameworks/opt/telephony/src/java/android/provider/ |
Telephony.java | 186 * {@code TP-Status} value for the message, or -1 if no status has been received. 189 public static final String STATUS = "status"; 191 /** TP-Status: no status received. */ 193 /** TP-Status: complete. */ 195 /** TP-Status: pending. */ 197 /** TP-Status: failed. */ 421 values.put(STATUS, STATUS_PENDING) [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarProvider2.java | 397 ALLOWED_IN_EXCEPTION.add(Events.STATUS); 2223 int status = values.getAsInteger(Events.SELF_ATTENDEE_STATUS); local 2846 int status = Attendees.ATTENDEE_STATUS_NONE; local [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
ContactLoader.java | 174 Data.STATUS, 246 public static final int STATUS = 53; 481 // status data. Initially, result has empty entities and statuses. 502 || !cursor.isNull(ContactQuery.STATUS)) { 503 final DataStatus status = new DataStatus(cursor); local 505 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/Exchange/src/com/android/exchange/eas/ |
EasSyncCalendar.java | 401 // status 6 error during sync 406 final Integer eventStatus = entityValues.getAsInteger(Events.STATUS); 416 cv.put(Events.STATUS, Events.STATUS_CANCELED); 612 // Get busy status from availability 617 // Meeting status, 0 = appointment, 1 = meeting, 3 = attendee 635 // The result will be a status 6 failure during sync 684 (getInt(exValues, Events.STATUS) == Events.STATUS_CANCELED)) { [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
DeliveryReportActivity.java | 77 Sms.STATUS, //1 222 MmsReportStatus status = queryStatusByRecipient(reportStatus, recipient); local 223 if (status == null) { 229 if (status.readStatus != 0) { 230 switch (status.readStatus) { 239 switch (status.deliveryStatus) { 253 Map<String, MmsReportStatus> status, String recipient) { 254 Set<String> recipientSet = status.keySet(); 260 return status.get(r); 264 return status.get(r) 310 MmsReportStatus status = new MmsReportStatus( local [all...] |