Home
last modified time | relevance | path

Searched refs:getRelativeTimeSpanString (Results 1 – 5 of 5) 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.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.txt41534 method public static java.lang.CharSequence getRelativeTimeSpanString(long);
41535 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long);
41536 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long, int);
41537 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
41538 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
Dsystem-current.txt45071 method public static java.lang.CharSequence getRelativeTimeSpanString(long);
45072 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long);
45073 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long, int);
45074 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
45075 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…