Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
DDelegatingLocationListeningAccountant.java50 replacement.depositActiveListeningAmount(balanceToTransfer); in replaceDelegate()
55 public synchronized void depositActiveListeningAmount(@NonNull Duration amount) { in depositActiveListeningAmount() method in DelegatingLocationListeningAccountant
56 mDelegate.depositActiveListeningAmount(amount); in depositActiveListeningAmount()
DRealLocationListeningAccountant.java106 public void depositActiveListeningAmount(@NonNull Duration amount) { in depositActiveListeningAmount() method in RealLocationListeningAccountant
DEnvironmentImpl.java181 mLocationListeningAccountant.depositActiveListeningAmount(initialActiveListeningBudget); in EnvironmentImpl()
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/
DRealLocationListeningAccountantTest.java67 mAccountant.depositActiveListeningAmount(seconds(1)); in depositActiveListeningAmount_capped()
70 mAccountant.depositActiveListeningAmount(seconds(2)); in depositActiveListeningAmount_capped()
76 mAccountant.depositActiveListeningAmount(increment); in depositActiveListeningAmount_capped()
81 mAccountant.depositActiveListeningAmount(increment); in depositActiveListeningAmount_capped()
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DLocationListeningAccountant.java60 void depositActiveListeningAmount(@NonNull Duration amount); in depositActiveListeningAmount() method
DOfflineLocationTimeZoneDelegate.java323 mLocationListeningAccountant.depositActiveListeningAmount( in onActiveListeningResult()
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegateTest.java565 public void depositActiveListeningAmount(@NonNull Duration amount) {