Searched refs:appStandbyInternal (Results 1 – 4 of 4) sorted by relevance
1692 final AppStandbyInternal appStandbyInternal = mInjector.getAppStandbyInternal(); in refreshAppRestrictionLevelForUid() local2123 final AppStandbyInternal appStandbyInternal = mInjector.getAppStandbyInternal(); in applyRestrictionLevel() local2136 final int bucketReason = appStandbyInternal.getAppStandbyBucketReason( in applyRestrictionLevel()2187 appStandbyInternal.restrictApp(pkgName, UserHandle.getUserId(uid), in applyRestrictionLevel()2202 appStandbyInternal.maybeUnrestrictApp(pkgName, UserHandle.getUserId(uid), in applyRestrictionLevel()2235 final AppStandbyInternal appStandbyInternal = mInjector.getAppStandbyInternal(); in handleBackgroundRestrictionChanged() local2271 final AppStandbyInternal appStandbyInternal = mInjector.getAppStandbyInternal(); in dispatchAutoRestrictedBucketFeatureFlagChanged() local2278 ? () -> appStandbyInternal.restrictApp(pkgName, in dispatchAutoRestrictedBucketFeatureFlagChanged()2281 : () -> appStandbyInternal.maybeUnrestrictApp(pkgName, in dispatchAutoRestrictedBucketFeatureFlagChanged()2818 final AppStandbyInternal appStandbyInternal = mInjector.getAppStandbyInternal(); in getPotentialSystemExemptionReason() local[all …]
923 final AppStandbyInternal appStandbyInternal =925 if (appStandbyInternal != null) {926 appStandbyInternal.restrictApp(
184 final AppStandbyInternal appStandbyInternal = mock(AppStandbyInternal.class); in setUp() local185 doReturn(appStandbyInternal) in setUp()242 verify(appStandbyInternal).addListener(aiscListenerCaptor.capture()); in setUp()
2174 AppStandbyInternal appStandbyInternal = in onBootPhase() local2176 appStandbyInternal.addListener(new AppStandbyTracker()); in onBootPhase()