Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/format/
DDateUtils.java253 public static CharSequence getRelativeTimeSpanString(long startTime) { in getRelativeTimeSpanString() method in DateUtils
254 return getRelativeTimeSpanString(startTime, System.currentTimeMillis(), MINUTE_IN_MILLIS); in getRelativeTimeSpanString()
269 public static CharSequence getRelativeTimeSpanString(long time, long now, long minResolution) { in getRelativeTimeSpanString() method in DateUtils
271 return getRelativeTimeSpanString(time, now, minResolution, flags); in getRelativeTimeSpanString()
294 public static CharSequence getRelativeTimeSpanString(long time, long now, long minResolution, in getRelativeTimeSpanString() method in DateUtils
296 return RelativeDateTimeFormatter.getRelativeTimeSpanString(Locale.getDefault(), in getRelativeTimeSpanString()
770 public static CharSequence getRelativeTimeSpanString(Context c, long millis, in getRelativeTimeSpanString() method in DateUtils
823 public static CharSequence getRelativeTimeSpanString(Context c, long millis) { in getRelativeTimeSpanString() method in DateUtils
824 return getRelativeTimeSpanString(c, millis, false /* no preposition */); in getRelativeTimeSpanString()
/frameworks/base/services/core/java/com/android/server/notification/
DCountdownConditionProvider.java123 DateUtils.getRelativeTimeSpanString(mTime, now, DateUtils.MINUTE_IN_MILLIS); in onSubscribe()
167 DateUtils.getRelativeTimeSpanString(time, now, DateUtils.MINUTE_IN_MILLIS); in tryParseDescription()
/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.txt38677 method public static java.lang.CharSequence getRelativeTimeSpanString(long);
38678 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long);
38679 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long, int);
38680 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
38681 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
Dsystem-current.txt41677 method public static java.lang.CharSequence getRelativeTimeSpanString(long);
41678 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long);
41679 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long, int);
41680 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
41681 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
Dtest-current.txt38756 method public static java.lang.CharSequence getRelativeTimeSpanString(long);
38757 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long);
38758 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long, int);
38759 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
38760 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…