Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/framework/java/com/android/server/usage/
DAppStandbyInternal.java221 void maybeUnrestrictApp(@NonNull String packageName, int userId, int prevMainReasonRestrict, in maybeUnrestrictApp() method
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java522 verify(mInjector.getAppStandbyInternal(), atLeast(1)).maybeUnrestrictApp( in testTogglingBackgroundRestrictInternal()
831 verify(mInjector.getAppStandbyInternal(), atLeast(1)).maybeUnrestrictApp( in testBgCurrentDrainMonitor()
1081 verify(mInjector.getAppStandbyInternal(), atLeast(1)).maybeUnrestrictApp( in testBgCurrentDrainMonitor()
1955 verify(mInjector.getAppStandbyInternal(), times(1)).maybeUnrestrictApp( in testBgCurrentDrainMonitorExemptions()
2161 verify(mInjector.getAppStandbyInternal(), times(1)).maybeUnrestrictApp( in testBgCurrentDrainMonitorExemptions()
2291 verify(mInjector.getAppStandbyInternal(), times(1)).maybeUnrestrictApp( in testBgCurrentDrainMonitorExemptions()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java2194 maybeUnrestrictApp(packageName, userId, in maybeUnrestrictBuggyApp()
2200 public void maybeUnrestrictApp(@NonNull String packageName, int userId, in maybeUnrestrictApp() method in AppStandbyController
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java2225 appStandbyInternal.maybeUnrestrictApp(pkgName, UserHandle.getUserId(uid), in applyRestrictionLevel()
2312 : () -> appStandbyInternal.maybeUnrestrictApp(pkgName, in dispatchAutoRestrictedBucketFeatureFlagChanged()