Searched refs:getRelativeTimeSpanString (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/text/format/ |
D | DateUtils.java | 249 public static CharSequence getRelativeTimeSpanString(long startTime) { in getRelativeTimeSpanString() method in DateUtils 250 return getRelativeTimeSpanString(startTime, System.currentTimeMillis(), MINUTE_IN_MILLIS); in getRelativeTimeSpanString() 265 public static CharSequence getRelativeTimeSpanString(long time, long now, long minResolution) { in getRelativeTimeSpanString() method in DateUtils 267 return getRelativeTimeSpanString(time, now, minResolution, flags); in getRelativeTimeSpanString() 290 public static CharSequence getRelativeTimeSpanString(long time, long now, long minResolution, in getRelativeTimeSpanString() method in DateUtils 400 … CharSequence relativeClause = getRelativeTimeSpanString(time, now, minResolution, flags); in getRelativeDateTimeString() 403 CharSequence dateClause = getRelativeTimeSpanString(c, time, false); in getRelativeDateTimeString() 894 public static CharSequence getRelativeTimeSpanString(Context c, long millis, in getRelativeTimeSpanString() method in DateUtils 947 public static CharSequence getRelativeTimeSpanString(Context c, long millis) { in getRelativeTimeSpanString() method in DateUtils 948 return getRelativeTimeSpanString(c, millis, false /* no preposition */); in getRelativeTimeSpanString()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | CountdownConditionProvider.java | 104 DateUtils.getRelativeTimeSpanString(mTime, now, DateUtils.MINUTE_IN_MILLIS); in onSubscribe() 148 DateUtils.getRelativeTimeSpanString(time, now, DateUtils.MINUTE_IN_MILLIS); in tryParseDescription()
|
/frameworks/base/api/ |
D | system-current.txt | 32289 method public static java.lang.CharSequence getRelativeTimeSpanString(long); 32290 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long); 32291 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long, int); 32292 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon… 32293 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
|
D | current.txt | 30056 method public static java.lang.CharSequence getRelativeTimeSpanString(long); 30057 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long); 30058 method public static java.lang.CharSequence getRelativeTimeSpanString(long, long, long, int); 30059 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon… 30060 …method public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context, lon…
|