Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DEnvironment.java137 Duration estimatedTimeListening = in getTotalEstimatedTimeListening() local
141 return estimatedTimeListening.isNegative() ? Duration.ZERO : estimatedTimeListening; in getTotalEstimatedTimeListening()