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

1 2 3 45 6 7

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 528 String status) {
531 createStatus(dataId, status);
580 public long createStatus(long dataId, String status) {
584 values.put(StatusUpdates.STATUS, status);
ContactsProvider2Test.java 373 Data.STATUS,
459 Data.STATUS,
540 Data.STATUS,
790 StatusUpdates.STATUS,
    [all...]
BaseContactsProvider2Test.java 417 int presence, String status, int chatMode) {
418 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
423 int presence, String status, int chatMode, boolean isUserProfile) {
424 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
429 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) {
434 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
438 long dataId, int presence, String status, long timestamp, int chatMode) {
439 return insertStatusUpdate(dataId, presence, status, timestamp, chatMode, false);
443 long dataId, int presence, String status, long timestamp, int chatMode,
447 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 107 Sms.STATUS,
124 Mms.STATUS,
383 String status = "complete"; local
384 if (V) Log.d(TAG, "setReceptionStatus: " + status);
385 e.setReceptionStatus(status);
    [all...]
BluetoothMapContentObserver.java 135 Sms.STATUS,
1755 int status = -1; local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 3313 String status = inputValues.getAsString(StatusUpdates.STATUS); local
    [all...]
LegacyApiSupport.java 394 "(SELECT " + StatusUpdates.STATUS +
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 1502 String status = confInfo.getString(ImsConferenceState.STATUS); local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncParser.java 514 // We'll set the user's status in the Attendees table below
520 // EAS 14+ uses this for the user's response status; we'll use this instead
521 // of busy status, if it appears
550 // If the user is an attendee, set the attendee status using busyStatus (note that the
588 // try to infer it from busy status
593 // For new events in EAS < 14, we have no idea what the busy status
597 // For updated events, we'll try to infer the attendee status from the
598 // busy status
603 // If we're an attendee, save away our initial attendee status in the
605 // the user's current attendee status to determine whether an email need
1014 int status = getValueInt(); local
1170 int status = -1; local
1216 String status = null; local
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 133 Mms.READ_REPORT, Mms.STATUS, Mms.SUBJECT, Mms.SUBJECT_CHARSET,
140 "service_center", "status", "subject", "type", "error_code" };
269 // Use this pattern to see what delivery status reports (for
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 578 BEGIN_TM_CLASS_PARTS(STATUS)
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java 97 "1", // 21 event status
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 145 // Version 31: Add columns to mailbox for ui status/last result
432 + MessageChangeLogTable.STATUS + " integer, ";
    [all...]
  /external/eigen/blas/testing/
cblat2.f 129 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' )
138 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' )
    [all...]
dblat2.f 124 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' )
133 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' )
    [all...]
dblat3.f 99 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' )
108 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' )
    [all...]
sblat2.f 124 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' )
133 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' )
    [all...]
sblat3.f 99 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' )
108 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' )
    [all...]
zblat2.f 130 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' )
139 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' )
    [all...]
cblat3.f 106 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' )
115 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' )
    [all...]
zblat3.f 107 OPEN( NOUT, FILE = SUMMRY, STATUS = 'NEW' )
116 OPEN( NTRA, FILE = SNAPS, STATUS = 'NEW' )
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 1088 int status = mAttendeesCursor.getInt(ATTENDEES_INDEX_STATUS); local
1324 int status = getResponseFromButtonId( local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 106 * on the contact to point to the latest social status update.
121 + StatusUpdates.STATUS +
294 // Since we have no way of determining which custom status was set last,
721 * Adjusts the reference to the latest status update for the specified contact.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 41 STATUS = 'status'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 41 STATUS = 'status'
    [all...]

Completed in 2736 milliseconds

1 2 3 45 6 7