Searched refs:onLocationPowerSaveModeChanged (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/ |
H A D | SystemLocationPowerSaveModeHelperTest.java | 110 verify(listener, after(FAILURE_TIMEOUT_MS).never()).onLocationPowerSaveModeChanged( in testListener() 115 verify(listener, after(FAILURE_TIMEOUT_MS).never()).onLocationPowerSaveModeChanged( in testListener() 120 verify(listener, after(FAILURE_TIMEOUT_MS).never()).onLocationPowerSaveModeChanged( in testListener() 125 verify(listener, after(FAILURE_TIMEOUT_MS).never()).onLocationPowerSaveModeChanged( in testListener() 131 verify(listener, after(FAILURE_TIMEOUT_MS).never()).onLocationPowerSaveModeChanged( in testListener() 137 verify(listener, after(FAILURE_TIMEOUT_MS).never()).onLocationPowerSaveModeChanged( in testListener() 142 verify(listener, timeout(TIMEOUT_MS)).onLocationPowerSaveModeChanged( in testListener() 148 verify(listener, timeout(TIMEOUT_MS)).onLocationPowerSaveModeChanged( in testListener() 154 verify(listener, timeout(TIMEOUT_MS)).onLocationPowerSaveModeChanged( in testListener() 160 verify(listener, timeout(TIMEOUT_MS)).onLocationPowerSaveModeChanged( in testListener() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/ |
H A D | LocationPowerSaveModeHelper.java | 42 void onLocationPowerSaveModeChanged(@LocationPowerSaveMode int locationPowerSaveMode); in onLocationPowerSaveModeChanged() method 75 listener.onLocationPowerSaveModeChanged(locationPowerSaveMode); in notifyLocationPowerSaveModeChanged()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/ |
H A D | LocationProviderManager.java | 1419 this::onLocationPowerSaveModeChanged; 2445 private void onLocationPowerSaveModeChanged(@LocationPowerSaveMode int locationPowerSaveMode) {
|