Home
last modified time | relevance | path

Searched defs:accrueActiveListeningBudget (Results 1 – 3 of 3) sorted by relevance

/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
DDelegatingLocationListeningAccountant.java60 public synchronized void accrueActiveListeningBudget(@NonNull Duration timeInPassiveMode) { in accrueActiveListeningBudget() method in DelegatingLocationListeningAccountant
DRealLocationListeningAccountant.java111 public void accrueActiveListeningBudget(@NonNull Duration timeInPassiveMode) { in accrueActiveListeningBudget() method in RealLocationListeningAccountant
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DLocationListeningAccountant.java66 void accrueActiveListeningBudget(@NonNull Duration timeInPassiveMode); in accrueActiveListeningBudget() method