Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
DDelegatingLocationListeningAccountant.java49 Duration balanceToTransfer = mDelegate.withdrawActiveListeningBalance(); in replaceDelegate()
75 public synchronized Duration withdrawActiveListeningBalance() { in withdrawActiveListeningBalance() method in DelegatingLocationListeningAccountant
76 return mDelegate.withdrawActiveListeningBalance(); in withdrawActiveListeningBalance()
DRealLocationListeningAccountant.java175 public synchronized Duration withdrawActiveListeningBalance() { in withdrawActiveListeningBalance() method in RealLocationListeningAccountant
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DLocationListeningAccountant.java121 Duration withdrawActiveListeningBalance(); in withdrawActiveListeningBalance() method
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegateTest.java583 public Duration withdrawActiveListeningBalance() {