Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java227 Connection earliest = null; in getEarliestConnection() local
242 earliest = c; in getEarliestConnection()
247 return earliest; in getEarliestConnection()
/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.java670 final long earliest = (rtcTimes.first > JobStatus.NO_EARLIEST_RUNTIME) in convertRtcBoundsToElapsed() local
676 return Pair.create(earliest, latest); in convertRtcBoundsToElapsed()
/frameworks/base/core/proto/android/server/alarm/
Dalarmmanagerservice.proto123 // alarm, used to determine the earliest we can dispatch the next such alarm.
/frameworks/base/core/proto/android/server/
Djobscheduler.proto1081 // Can be negative if the earliest runtime deadline has passed.