Home
last modified time | relevance | path

Searched refs:onForegroundServiceNotificationUpdated (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java1037 void onForegroundServiceNotificationUpdated(String packageName, int uid, int foregroundId, in onForegroundServiceNotificationUpdated() method
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java754 mAppFGSTracker.onForegroundServiceNotificationUpdated( in testBgCurrentDrainMonitor()
957 mAppFGSTracker.onForegroundServiceNotificationUpdated( in testBgCurrentDrainMonitor()
994 mAppFGSTracker.onForegroundServiceNotificationUpdated( in testBgCurrentDrainMonitor()
1361 mAppFGSTracker.onForegroundServiceNotificationUpdated( in testLongFGSMonitor()
1372 mAppFGSTracker.onForegroundServiceNotificationUpdated( in testLongFGSMonitor()
1647 mAppFGSTracker.onForegroundServiceNotificationUpdated( in runExemptionTestOnce()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java117 public void onForegroundServiceNotificationUpdated(String packageName, int uid, in onForegroundServiceNotificationUpdated() method in AppFGSTracker
H A DServiceRecord.java1492 ams.mForegroundServiceStateListeners.get(i).onForegroundServiceNotificationUpdated( in signalForegroundServiceNotification()