Home
last modified time | relevance | path

Searched refs:getRelativeTimeSpanString (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/text/format/
DDateUtils.java259 public static CharSequence getRelativeTimeSpanString(long startTime) { in getRelativeTimeSpanString() method in DateUtils
260 return getRelativeTimeSpanString(startTime, System.currentTimeMillis(), MINUTE_IN_MILLIS); in getRelativeTimeSpanString()
275 public static CharSequence getRelativeTimeSpanString(long time, long now, long minResolution) { in getRelativeTimeSpanString() method in DateUtils
277 return getRelativeTimeSpanString(time, now, minResolution, flags); in getRelativeTimeSpanString()
300 public static CharSequence getRelativeTimeSpanString(long time, long now, long minResolution, in getRelativeTimeSpanString() method in DateUtils
302 return RelativeDateTimeFormatter.getRelativeTimeSpanString(Locale.getDefault(), in getRelativeTimeSpanString()
804 public static CharSequence getRelativeTimeSpanString(Context c, long millis, in getRelativeTimeSpanString() method in DateUtils
857 public static CharSequence getRelativeTimeSpanString(Context c, long millis) { in getRelativeTimeSpanString() method in DateUtils
858 return getRelativeTimeSpanString(c, millis, false /* no preposition */); in getRelativeTimeSpanString()
/frameworks/base/services/core/java/com/android/server/notification/
DCountdownConditionProvider.java126 DateUtils.getRelativeTimeSpanString(mTime, now, DateUtils.MINUTE_IN_MILLIS); in onSubscribe()
171 DateUtils.getRelativeTimeSpanString(time, now, DateUtils.MINUTE_IN_MILLIS); in tryParseDescription()
/frameworks/base/config/
Dboot-image-profile.txt6831 HPLandroid/text/format/DateUtils;->getRelativeTimeSpanString(JJJ)Ljava/lang/CharSequence;
6832 HPLandroid/text/format/DateUtils;->getRelativeTimeSpanString(JJJI)Ljava/lang/CharSequence;
6833 HPLandroid/text/format/DateUtils;->getRelativeTimeSpanString(Landroid/content/Context;J)Ljava/lang/…
6834 HPLandroid/text/format/DateUtils;->getRelativeTimeSpanString(Landroid/content/Context;JZ)Ljava/lang…
13420 HPLlibcore/icu/RelativeDateTimeFormatter;->getRelativeTimeSpanString(Landroid/icu/util/ULocale;Land…
13421 HPLlibcore/icu/RelativeDateTimeFormatter;->getRelativeTimeSpanString(Ljava/util/Locale;Ljava/util/T…
13422 HPLlibcore/icu/RelativeDateTimeFormatter;->getRelativeTimeSpanString(Ljava/util/Locale;Ljava/util/T…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30054 method public static java.lang.CharSequence getRelativeTimeSpanString(long);
30055 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long);
30056 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long, int);
30057 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
30058 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
/frameworks/base/api/
Dcurrent.txt41779 method public static java.lang.CharSequence getRelativeTimeSpanString(long);
41780 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long);
41781 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long, int);
41782 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
41783 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
Dtest-current.txt42055 method public static java.lang.CharSequence getRelativeTimeSpanString(long);
42056 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long);
42057 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long, int);
42058 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
42059 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
Dsystem-current.txt45364 method public static java.lang.CharSequence getRelativeTimeSpanString(long);
45365 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long);
45366 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long, int);
45367 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
45368 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…