Searched refs:mAppStandbyInternal (Results 1 – 5 of 5) sorted by relevance
97 AppStandbyInternal mAppStandbyInternal; field in AppStateTrackerImpl493 mAppStandbyInternal = Objects.requireNonNull(injectAppStandbyInternal()); in onSystemServicesReady()500 mAppStandbyInternal.addListener(mStandbyTracker); in onSystemServicesReady()1151 if (mAppStandbyInternal.isAppIdleEnabled() && !mAppStandbyInternal.isInParole() in areAlarmsRestrictedByBatterySaver()1186 if (mAppStandbyInternal.isAppIdleEnabled() && !mAppStandbyInternal.isInParole() in areJobsRestricted()
283 @Mock private AppStandbyInternal mAppStandbyInternal; field in BackgroundRestrictionTest368 .when(mAppStandbyInternal) in initController()391 doReturn(appStandbyInfoList).when(mAppStandbyInternal).getAppStandbyBuckets(userId); in initController()912 .when(mAppStandbyInternal) in testBgCurrentDrainMonitor()1053 .when(mAppStandbyInternal) in testBgCurrentDrainMonitor()3268 return mAppStandbyInternal; in getAppStandbyInternal()
3231 private AppStandbyInternal mAppStandbyInternal;3289 if (mAppStandbyInternal == null) {3290 mAppStandbyInternal = LocalServices.getService(AppStandbyInternal.class);3292 return mAppStandbyInternal;
377 private final AppStandbyInternal mAppStandbyInternal;1699 mAppStandbyInternal.restrictApp(2641 mAppStandbyInternal = LocalServices.getService(AppStandbyInternal.class);2642 mAppStandbyInternal.addListener(mStandbyTracker);3191 mAppStandbyInternal.restrictApp(3200 mAppStandbyInternal.restrictApp(callingPkg, callingUserId,
249 private AppStandbyInternal mAppStandbyInternal; field in AlarmManagerServiceTest453 doReturn(mAppStandbyInternal).when( in setUp()544 verify(mAppStandbyInternal).addListener(idleListenerCaptor.capture()); in setUp()