Home
last modified time | relevance | path

Searched refs:MILLIS_PER_SECOND (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DTimestamps.java55 static final long MILLIS_PER_SECOND = 1000; field in Timestamps
143 Date date = new Date(seconds * MILLIS_PER_SECOND); in toString()
190 long seconds = date.getTime() / MILLIS_PER_SECOND; in parse()
222 milliseconds / MILLIS_PER_SECOND, in fromMillis()
223 (int) (milliseconds % MILLIS_PER_SECOND * NANOS_PER_MILLISECOND)); in fromMillis()
234 return timestamp.getSeconds() * MILLIS_PER_SECOND in toMillis()
DDurations.java34 import static com.google.protobuf.util.Timestamps.MILLIS_PER_SECOND;
180 milliseconds / MILLIS_PER_SECOND, in fromMillis()
181 (int) (milliseconds % MILLIS_PER_SECOND * NANOS_PER_MILLISECOND)); in fromMillis()
190 return duration.getSeconds() * MILLIS_PER_SECOND + duration.getNanos() / NANOS_PER_MILLISECOND; in toMillis()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsRttTextHandler.java48 private static final int MILLIS_PER_SECOND = 1000; field in ImsRttTextHandler
173 MILLIS_PER_SECOND); in handleMessage() local
/frameworks/base/media/java/android/media/
DAudioTrack.java1214 final int MILLIS_PER_SECOND = 1000; in shouldEnablePowerSaving() local
1220 / MILLIS_PER_SECOND; in shouldEnablePowerSaving()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt32656 Landroid/icu/text/TimeZoneFormat;->MILLIS_PER_SECOND:I
112650 Ljava/nio/file/attribute/FileTime;->MILLIS_PER_SECOND:J