Searched refs:onAppForegroundChanged (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/injector/ |
D | AppForegroundHelper.java | 38 void onAppForegroundChanged(int uid, boolean foreground); in onAppForegroundChanged() method 71 listener.onAppForegroundChanged(uid, foreground); in notifyAppForeground()
|
D | SystemAppForegroundHelper.java | 52 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/ |
D | SystemAppForegroundHelperTest.java | 92 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/ |
D | GnssListenerMultiplexer.java | 222 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/ |
D | LocationProviderManager.java | 1477 this::onAppForegroundChanged; 2557 private void onAppForegroundChanged(int uid, boolean foreground) {
|
/frameworks/base/services/ |
D | art-wear-profile | 14058 …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
|