HomeSort by relevance Sort by last modified time
    Searched refs:DATE (Results 126 - 150 of 249) sorted by null

1 2 3 4 56 7 8 910

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 122 { BaseColumns._ID, Mms.DATE, Mms.DATE_SENT, Mms.READ, Mms.THREAD_ID, Mms.LOCKED,
145 ThreadsColumns.DATE,
192 "SELECT sms._id AS _id,thread_id,address,body,date,date_sent,index_text,words._id " +
199 "AS body,pdu.date,pdu.date_sent,index_text,words._id " +
215 " GROUP BY thread_id ORDER BY thread_id ASC, date DESC";
603 long date = System.currentTimeMillis(); local
604 values.put(ThreadsColumns.DATE, date - date % 1000);
726 selection, selectionArgs, null, null, " date DESC")
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
calendar.h 11 * Date Name Description
75 * time fields have been initialized with the current date and time:
84 * needed to implement the date-time formatting for a particular language
98 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
146 * The date or time format strings are not part of the definition of a
154 * month up in the date <code>December 12, <b>1996</b></code> results in
158 * <code>Calendar</code> also provides a date arithmetic function for
160 * For example, subtracting 5 days from the date <code>September 12, 1996</code>
169 * Field IDs for date and time. Used to specify date/time fields. ERA is calenda
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 11 * Date Name Description
76 * time fields have been initialized with the current date and time:
85 * needed to implement the date-time formatting for a particular language
100 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
131 * many US locations observe daylight saving time. On the date switching to daylight
134 * the date. When the input wall time fall into this missing time slot, the ICU
139 * <p>On the date switching back to standard time, wall clock time is moved back one
142 * by default. For example, 1:30 AM on the date is resolved as 1:30 AM standard time.
168 * The date or time format strings are not part of the definition of a
176 * month up in the date <code>December 12, <b>1996</b></code> results i
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java 172 addKeyword(DateHeader.NAME.toUpperCase(), TokenTypes.DATE);
  /frameworks/base/core/java/android/text/format/
DateFormat.java 28 import java.util.Date;
38 * Utility class for producing strings with formatted date/time.
77 public static final char DATE = 'd';
223 * Returns a {@link java.text.DateFormat} object that can format the date
225 * to the current locale and the user's date-order preference.
227 * @return the {@link java.text.DateFormat} object that properly formats the date.
237 * Returns a {@link java.text.DateFormat} object to format the date
238 * as if the date format setting were set to <code>value</code>,
241 * @param value the date format setting string to interpret for
289 * Returns a {@link java.text.DateFormat} object that can format the date
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
DowntimeConditionProvider.java 43 import java.util.Date;
159 final String formatted = new SimpleDateFormat(pattern, locale).format(new Date(time));
241 mCalendar.add(Calendar.DATE, days);
268 return new Date(time) + " (" + time + ")";
  /packages/apps/Dialer/src/com/android/dialer/list/
ListsFragment.java 97 * Call shortcuts older than this date (persisted in shared preferences) will not show up in
103 * The date of the current call shortcut that is showing on screen.
319 // Save the date of the most recent call log item
321 mCurrentCallShortcutDate = cursor.getLong(CallLogQuery.DATE);
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 26 import java.util.Date;
36 * Formats and parses dates in a locale-sensitive manner. Formatting turns a {@link Date} into
37 * a {@link String}, and parsing turns a {@code String} into a {@code Date}.
54 * to the ISO 8601 international standard date format.
90 * <tr> <td>{@code '}</td> <td>escape for text</td> <td>(Delimiter)</td> <td>{@code 'Date='}:Date=</td> </tr>
101 * form (because the usual case is to format a complete date). The relationship between {@code E}
130 * System.out.println(df.format(new Date(0)));
153 * System.out.format("%30s %s\n", format, sdf.format(new Date(0)));
155 * System.out.format("%30s %s\n", format, sdf.format(new Date(0)))
1092 Date date; local
1357 Date date; local
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsService.java 408 values.put(Telephony.Sms.DATE, timestampMillis);
475 values.put(Telephony.Mms.DATE, timestampSecs);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 29 import java.sql.Date;
61 + " dateVal DATE, " + " timeVal TIME, " + " TS TIMESTAMP, "
    [all...]
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
MediaPlayerProxyTestCase.java 528 values.put(VoicemailContract.Voicemails.DATE, String.valueOf(System.currentTimeMillis()));
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogFragmentTest.java 46 import java.util.Date;
469 * @param date In millisec since epoch. Use NOW to use the current time.
476 private void insertWithCachedValues(String number, long date, int duration, int type,
478 insert(number, Calls.PRESENTATION_ALLOWED, date, duration, type);
499 * @param date In millisec since epoch. Use NOW to use the current time.
503 private void insert(String number, int presentation, long date, int duration, int type) {
504 insertValues(getValuesToInsert(number, presentation, date, duration, type));
519 * @param date In millisec since epoch. Use NOW to use the current time.
524 long date, int duration, int type) {
529 values[CallLogQuery.DATE] = date == NOW ? new Date().getTime() : date
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 251 SEND_PROJECTION, null, null, "date ASC"); // date ASC so we send out in
639 values.put(Inbox.DATE, new Long(now));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cmdtree.h 319 DATE dateValue;
wtypes.h 618 typedef double DATE;
asptlb.h 397 virtual HRESULT WINAPI put_Expires(DATE dtExpires) = 0;
415 HRESULT (WINAPI *put_Expires)(IWriteCookie *This,DATE dtExpires);
445 HRESULT WINAPI IWriteCookie_put_Expires_Proxy(IWriteCookie *This,DATE dtExpires);
472 virtual HRESULT WINAPI put_ExpiresAbsolute(DATE dtExpires) = 0;
510 HRESULT (WINAPI *put_ExpiresAbsolute)(IResponse *This,DATE dtExpires);
    [all...]
cdosys.h 411 virtual HRESULT WINAPI get_ReceivedTime(DATE *varReceivedTime) = 0;
416 virtual HRESULT WINAPI get_SentOn(DATE *varSentOn) = 0;
479 HRESULT (WINAPI *get_ReceivedTime)(IMessage *This,DATE *varReceivedTime);
484 HRESULT (WINAPI *get_SentOn)(IMessage *This,DATE *varSentOn);
    [all...]
shldisp.h 548 virtual HRESULT WINAPI get_ModifyDate(DATE *pdt) = 0;
549 virtual HRESULT WINAPI put_ModifyDate(DATE dt) = 0;
576 HRESULT (WINAPI *get_ModifyDate)(FolderItem *This,DATE *pdt);
577 HRESULT (WINAPI *put_ModifyDate)(FolderItem *This,DATE dt);
636 HRESULT WINAPI FolderItem_get_ModifyDate_Proxy(FolderItem *This,DATE *pdt);
638 HRESULT WINAPI FolderItem_put_ModifyDate_Proxy(FolderItem *This,DATE dt);
    [all...]
  /external/libvorbis/doc/
05-comment.tex 140 \item[DATE]
141 Date the track was recorded
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]
InboundSmsHandler.java     [all...]
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 203 CallLog.Calls.DATE,
531 final long date = callCursor.getLong(DATE_COLUMN_INDEX); local
587 new int[]{ callType }, date, duration,
    [all...]

Completed in 672 milliseconds

1 2 3 4 56 7 8 910