Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/
DRealLocationListeningAccountantTest.java120 mAccountant.getNextListeningInstruction( in getNextListeningInstruction_noActiveBudget_noLastLocationResult()
126 mAccountant.getNextListeningInstruction(ARBITRARY_ELAPSED_REALTIME_MILLIS, in getNextListeningInstruction_noActiveBudget_noLastLocationResult()
139 mAccountant.getNextListeningInstruction(ARBITRARY_ELAPSED_REALTIME_MILLIS, in getNextListeningInstruction_noActiveBudget_noLastLocationResult()
152 mAccountant.getNextListeningInstruction( in getNextListeningInstruction_withSmallActiveBudget_noLastLocationResult()
171 mAccountant.getNextListeningInstruction( in getNextListeningInstruction_withLargeActiveBudget_noLastLocationResult()
212 mAccountant.getNextListeningInstruction( in doLastKnownLocationResultTest()
255 mAccountant.getNextListeningInstruction(
289 mAccountant.getNextListeningInstruction(
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
DDelegatingLocationListeningAccountant.java66 public synchronized ListeningInstruction getNextListeningInstruction( in getNextListeningInstruction() method in DelegatingLocationListeningAccountant
69 return mDelegate.getNextListeningInstruction( in getNextListeningInstruction()
DRealLocationListeningAccountant.java119 public synchronized ListeningInstruction getNextListeningInstruction( in getNextListeningInstruction() method in RealLocationListeningAccountant
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DLocationListeningAccountant.java113 ListeningInstruction getNextListeningInstruction(long elapsedRealtimeMillis, in getNextListeningInstruction() method
DOfflineLocationTimeZoneDelegate.java634 nextModeInstruction = mLocationListeningAccountant.getNextListeningInstruction( in startNextLocationListening()
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegateTest.java576 public ListeningInstruction getNextListeningInstruction(long elapsedRealtimeMillis,