Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeLocationPowerSaveModeHelper.java41 notifyLocationPowerSaveModeChanged(locationPowerSaveMode); in setLocationPowerSaveMode()
/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DLocationPowerSaveModeHelper.java66 protected final void notifyLocationPowerSaveModeChanged( in notifyLocationPowerSaveModeChanged() method in LocationPowerSaveModeHelper
H A DSystemLocationPowerSaveModeHelper.java78 FgThread.getHandler().post(() -> notifyLocationPowerSaveModeChanged(locationPowerSaveMode)); in accept()