Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegate.java626 ListeningInstruction nextModeInstruction; in startNextLocationListening() local
634 nextModeInstruction = mLocationListeningAccountant.getNextListeningInstruction( in startNextLocationListening()
638 if (nextModeInstruction.listenMode == LOCATION_LISTEN_MODE_PASSIVE) { in startNextLocationListening()
640 nextModeInstruction.duration, in startNextLocationListening()
645 nextModeInstruction.duration, this::onActiveListeningResult); in startNextLocationListening()
648 MODE_STARTED, entryCause, nextModeInstruction.listenMode, listeningCancellable); in startNextLocationListening()