Home
last modified time | relevance | path

Searched refs:maximumTime (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DCellBroadcastHandler.java334 int maximumTime = message.getMaximumWaitingDuration(); in getMaxLocationWaitingTime() local
335 if (maximumTime == SmsCbMessage.MAXIMUM_WAIT_TIME_NOT_SET) { in getMaxLocationWaitingTime()
337 maximumTime = res.getInteger(R.integer.max_location_waiting_time); in getMaxLocationWaitingTime()
339 return maximumTime; in getMaxLocationWaitingTime()
/aosp12/frameworks/av/media/tests/benchmark/
H A DREADME.md242 9. **maximumTime**: The maximum time taken to extract/mux/encode/decode a frame.