Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DAppStateTrackerTest.java1141 verify(l, times(0)).updateBackgroundRestrictedForUidPackage(anyInt(), anyString(), in testAllListeners()
1178 verify(l, times(0)).updateBackgroundRestrictedForUidPackage(anyInt(), anyString(), in testAllListeners()
1198 verify(l, times(0)).updateBackgroundRestrictedForUidPackage(anyInt(), anyString(), in testAllListeners()
1214 verify(l, times(0)).updateBackgroundRestrictedForUidPackage(anyInt(), anyString(), in testAllListeners()
1232 verify(l, times(0)).updateBackgroundRestrictedForUidPackage(anyInt(), anyString(), in testAllListeners()
1249 verify(l, times(0)).updateBackgroundRestrictedForUidPackage(anyInt(), anyString(), in testAllListeners()
1267 verify(l, times(0)).updateBackgroundRestrictedForUidPackage(anyInt(), anyString(), in testAllListeners()
1285 verify(l, times(0)).updateBackgroundRestrictedForUidPackage(anyInt(), anyString(), in testAllListeners()
1301 verify(l, times(0)).updateBackgroundRestrictedForUidPackage(anyInt(), anyString(), in testAllListeners()
1319 verify(l, times(0)).updateBackgroundRestrictedForUidPackage(anyInt(), anyString(), in testAllListeners()
[all …]
/aosp14/frameworks/base/apex/jobscheduler/framework/java/com/android/server/
H A DAppStateTracker.java46 void updateBackgroundRestrictedForUidPackage(int uid, String packageName, in updateBackgroundRestrictedForUidPackage() method
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DAppStateTrackerImpl.java178 public void updateBackgroundRestrictedForUidPackage(int uid, String packageName, in addBackgroundRestrictedAppListener()
180 listener.updateBackgroundRestrictedForUidPackage(uid, packageName, restricted); in addBackgroundRestrictedAppListener()
283 updateBackgroundRestrictedForUidPackage(uid, packageName, true); in onRunAnyAppOpsChanged()
287 updateBackgroundRestrictedForUidPackage(uid, packageName, false); in onRunAnyAppOpsChanged()
390 public void updateBackgroundRestrictedForUidPackage(int uid, String packageName, in updateBackgroundRestrictedForUidPackage() method in AppStateTrackerImpl.Listener
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java1419 public void updateBackgroundRestrictedForUidPackage(int uid, String packageName,
H A DActiveServices.java466 public void updateBackgroundRestrictedForUidPackage(int uid, String packageName, in updateBackgroundRestrictedForUidPackage() method in ActiveServices.BackgroundRestrictedListener
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java2687 mFasListener.updateBackgroundRestrictedForUidPackage(uid, pkgName, restricted);