Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java226 Connection earliest = null; in getEarliestConnection() local
241 earliest = c; in getEarliestConnection()
246 return earliest; in getEarliestConnection()
/frameworks/base/cmds/statsd/src/
Dstatsd_metadata.proto49 // The earliest time the alert can be fired again in wall clock time.
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt184 latch is the earliest indication that the frame was submitted in time
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobStore.java624 final long earliest = (rtcTimes.first > JobStatus.NO_EARLIEST_RUNTIME) in convertRtcBoundsToElapsed() local
630 return Pair.create(earliest, latest); in convertRtcBoundsToElapsed()
/frameworks/base/core/proto/android/server/
Dalarmmanagerservice.proto122 // alarm, used to determine the earliest we can dispatch the next such alarm.
Djobscheduler.proto1026 // Can be negative if the earliest runtime deadline has passed.