Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegate.java116 private final LocationListeningAccountant mLocationListeningAccountant; field in OfflineLocationTimeZoneDelegate
169 mLocationListeningAccountant = environment.getLocationListeningAccountant(); in OfflineLocationTimeZoneDelegate()
275 pw.println("mLocationListeningAccountant=" + mLocationListeningAccountant); in dump()
323 mLocationListeningAccountant.depositActiveListeningAmount( in onActiveListeningResult()
435 mLocationListeningAccountant.accrueActiveListeningBudget(duration); in onPassiveListeningEnded()
634 nextModeInstruction = mLocationListeningAccountant.getNextListeningInstruction( in startNextLocationListening()
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
DEnvironmentImpl.java148 @NonNull private final DelegatingLocationListeningAccountant mLocationListeningAccountant; field in EnvironmentImpl
175 mLocationListeningAccountant = in EnvironmentImpl()
181 mLocationListeningAccountant.depositActiveListeningAmount(initialActiveListeningBudget); in EnvironmentImpl()
215 mLocationListeningAccountant.replaceDelegate(newAccountant); in handleDeviceConfigChanged()
251 return mLocationListeningAccountant; in getLocationListeningAccountant()
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegateTest.java69 mTestLocationListeningAccountant = mTestEnvironment.mLocationListeningAccountant; in setUp()
185 private final FakeLocationListeningAccountant mLocationListeningAccountant =
197 return mLocationListeningAccountant;