summaryrefslogtreecommitdiff
path: root/apex/jobscheduler/service/java/com/android/server/DeviceIdleController.java
AgeCommit message (Expand)Author
2021-09-20tempAllowList duration can be updated if an UID is already tempHui Yu
2021-08-16Use an exact alarm for location timeout.Kweku Adams
2021-07-19Fix parameter order.Kweku Adams
2021-06-22Merge "Tighten up Doze alarm timing." into sc-devTreeHugger Robot
2021-06-16Tighten up Doze alarm timing.Kweku Adams
2021-06-09Propagate the temp allowlist reason to NPMS.Sudheer Shanka
2021-05-26`cmd deviceidle tempwhitelist -r` should clear FGS tempallowlist tooMakoto Onuki
2021-04-29Do not allow FGS start when temp allowlist reasonCode is REASON_PUSH_MESSAGIN...Hui Yu
2021-03-25Add TEMPORARY_ALLOW_LIST_TYPE_NONE.Varun Shah
2021-03-13Allow apps receiving onMediaButton() callback to start FGS from BG.Sudheer Shanka
2021-03-08Do not allow FGS starts from syncMakoto Onuki
2021-03-05callingUid needs to be passed from AMS to DeviceIdleController.Hui Yu
2021-02-24Log the temp allowlist reason/duration at FGS start.Hui Yu
2021-02-03Move the "whitelist type" constants to PowerWhitelistManager.Makoto Onuki
2021-01-20Put MSG_REPORT_TEMP_APP_WHITELIST_CHANGED_TO_NPMS back.Hui Yu
2021-01-19DeviceIdleController updates AMS with temp allowlist type.Hui Yu
2021-01-15Create temp allowlist grace period for EJs.Kweku Adams
2020-11-20Update flag names.Kweku Adams
2020-11-10Check app querying permissions.Kweku Adams
2020-10-14Add quality to LocationRequest/ProviderRequestSoonil Nagarkar
2020-10-06Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey
2020-09-14Merge "Make LocationRequest a public API"Soonil Nagarkar
2020-09-11Make LocationRequest a public APISoonil Nagarkar
2020-09-01Migrate Doze flags to DeviceConfig.Kweku Adams
2020-07-31Merge "Update language in AppStateTracker to be more inclusive"TreeHugger Robot
2020-07-30Update language in AppStateTracker to be more inclusiveSuprabh Shukla
2020-07-27Merge "Replace 'whitelist' with 'allowlist'"Julia Reynolds
2020-07-23Replace 'whitelist' with 'allowlist'Julia Reynolds
2020-07-21Moving AppStateTracker to apex directorySuprabh Shukla
2020-06-10Give JobScheduler its own background threadDmitri Plotnikov
2020-06-03Add removeFromWhitelist method to PowerWhitelistManager.Kweku Adams
2020-04-14Reduce min time to alarm.Kweku Adams
2020-01-09Add additional comments to explain code.Kweku Adams
2019-12-19Re-register SMD after motion detected.Kweku Adams
2019-11-26Adding temp whitelist methods to PowerWhitelistManager interface.Kweku Adams
2019-10-22DeviceIdleControl: spy handle message for idle factortest caseDenny cy Lee
2019-10-11Merge "Add API to whitelist multiple apps at once."Kweku Adams
2019-10-11Merge "Don't disable GPS in Doze until the device is stationary."Kweku Adams
2019-10-10Don't disable GPS in Doze until the device is stationary.Kweku Adams
2019-10-10Add API to whitelist multiple apps at once.Kweku Adams
2019-10-09Remove trivial hidden API usesMakoto Onuki
2019-10-07Fix trivial hidden API usesMakoto Onuki
2019-09-04Switch to the public AtomicFileMakoto Onuki
2019-08-27Remove IMaintenanceActivityListener (which was unused)Makoto Onuki
2019-08-23Move DeviceIdle to the JS apexMakoto Onuki