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 | 210 this::onAppForegroundChanged; 401 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 | 1343 this::onAppForegroundChanged; 2303 private void onAppForegroundChanged(int uid, boolean foreground) {
|
/frameworks/base/services/ |
D | art-profile | 21969 …erver/location/gnss/GnssListenerMultiplexer$$ExternalSyntheticLambda1;->onAppForegroundChanged(IZ)V 22015 HPLcom/android/server/location/gnss/GnssListenerMultiplexer;->lambda$onAppForegroundChanged$6(IZLco… 22021 HPLcom/android/server/location/gnss/GnssListenerMultiplexer;->onAppForegroundChanged(IZ)V+]Lcom/and… 22673 HSPLcom/android/server/location/injector/SystemAppForegroundHelper;->lambda$onAppForegroundChanged$… 22674 HSPLcom/android/server/location/injector/SystemAppForegroundHelper;->onAppForegroundChanged(II)V+]L… 22946 …r/location/provider/LocationProviderManager$$ExternalSyntheticLambda0;->onAppForegroundChanged(IZ)V 23132 HPLcom/android/server/location/provider/LocationProviderManager;->lambda$onAppForegroundChanged$9(I… 23145 HSPLcom/android/server/location/provider/LocationProviderManager;->onAppForegroundChanged(IZ)V+]Lco…
|