Searched refs:maybeUnrestrictApp (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/apex/jobscheduler/framework/java/com/android/server/usage/ |
D | AppStandbyInternal.java | 221 void maybeUnrestrictApp(@NonNull String packageName, int userId, int prevMainReasonRestrict, in maybeUnrestrictApp() method
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | BackgroundRestrictionTest.java | 522 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/ |
D | AppStandbyController.java | 2194 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/ |
D | AppRestrictionController.java | 2225 appStandbyInternal.maybeUnrestrictApp(pkgName, UserHandle.getUserId(uid), in applyRestrictionLevel() 2312 : () -> appStandbyInternal.maybeUnrestrictApp(pkgName, in dispatchAutoRestrictedBucketFeatureFlagChanged()
|