Home
last modified time | relevance | path

Searched refs:onAppForegroundChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/injector/
DAppForegroundHelper.java38 void onAppForegroundChanged(int uid, boolean foreground); in onAppForegroundChanged() method
71 listener.onAppForegroundChanged(uid, foreground); in notifyAppForeground()
DSystemAppForegroundHelper.java52 mActivityManager.addOnUidImportanceListener(this::onAppForegroundChanged, in onSystemReady()
56 private void onAppForegroundChanged(int uid, @Importance int importance) { in onAppForegroundChanged() method in SystemAppForegroundHelper
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
DSystemAppForegroundHelperTest.java92 verify(listener, timeout(TIMEOUT_MS)).onAppForegroundChanged(0, true); in testListeners()
95 verify(listener, timeout(TIMEOUT_MS)).onAppForegroundChanged(1, true); in testListeners()
98 verify(listener, timeout(TIMEOUT_MS)).onAppForegroundChanged(2, false); in testListeners()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssListenerMultiplexer.java222 this::onAppForegroundChanged;
426 private void onAppForegroundChanged(int uid, boolean foreground) { in onAppForegroundChanged() method in GnssListenerMultiplexer
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java1477 this::onAppForegroundChanged;
2557 private void onAppForegroundChanged(int uid, boolean foreground) {
/frameworks/base/services/
Dart-wear-profile14058 …erver/location/gnss/GnssListenerMultiplexer$$ExternalSyntheticLambda4;->onAppForegroundChanged(IZ)V
14085 HPLcom/android/server/location/gnss/GnssListenerMultiplexer;->lambda$onAppForegroundChanged$6(IZLco…
14088 PLcom/android/server/location/gnss/GnssListenerMultiplexer;->onAppForegroundChanged(IZ)V
14376 PLcom/android/server/location/injector/SystemAppForegroundHelper;->lambda$onAppForegroundChanged$0(…
14377 HPLcom/android/server/location/injector/SystemAppForegroundHelper;->onAppForegroundChanged(II)V
14578 …r/location/provider/LocationProviderManager$$ExternalSyntheticLambda6;->onAppForegroundChanged(IZ)V
14660 PLcom/android/server/location/provider/LocationProviderManager;->lambda$onAppForegroundChanged$10(I…
14667 HPLcom/android/server/location/provider/LocationProviderManager;->onAppForegroundChanged(IZ)V