index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apex
/
jobscheduler
/
service
/
java
/
com
/
android
/
server
/
DeviceIdleController.java
Age
Commit message (
Expand
)
Author
2021-09-20
tempAllowList duration can be updated if an UID is already temp
Hui Yu
2021-08-16
Use an exact alarm for location timeout.
Kweku Adams
2021-07-19
Fix parameter order.
Kweku Adams
2021-06-22
Merge "Tighten up Doze alarm timing." into sc-dev
TreeHugger Robot
2021-06-16
Tighten up Doze alarm timing.
Kweku Adams
2021-06-09
Propagate the temp allowlist reason to NPMS.
Sudheer Shanka
2021-05-26
`cmd deviceidle tempwhitelist -r` should clear FGS tempallowlist too
Makoto Onuki
2021-04-29
Do not allow FGS start when temp allowlist reasonCode is REASON_PUSH_MESSAGIN...
Hui Yu
2021-03-25
Add TEMPORARY_ALLOW_LIST_TYPE_NONE.
Varun Shah
2021-03-13
Allow apps receiving onMediaButton() callback to start FGS from BG.
Sudheer Shanka
2021-03-08
Do not allow FGS starts from sync
Makoto Onuki
2021-03-05
callingUid needs to be passed from AMS to DeviceIdleController.
Hui Yu
2021-02-24
Log the temp allowlist reason/duration at FGS start.
Hui Yu
2021-02-03
Move the "whitelist type" constants to PowerWhitelistManager.
Makoto Onuki
2021-01-20
Put MSG_REPORT_TEMP_APP_WHITELIST_CHANGED_TO_NPMS back.
Hui Yu
2021-01-19
DeviceIdleController updates AMS with temp allowlist type.
Hui Yu
2021-01-15
Create temp allowlist grace period for EJs.
Kweku Adams
2020-11-20
Update flag names.
Kweku Adams
2020-11-10
Check app querying permissions.
Kweku Adams
2020-10-14
Add quality to LocationRequest/ProviderRequest
Soonil Nagarkar
2020-10-06
Tighten up Binder.clearCallingIdentity() usage.
Jeff Sharkey
2020-09-14
Merge "Make LocationRequest a public API"
Soonil Nagarkar
2020-09-11
Make LocationRequest a public API
Soonil Nagarkar
2020-09-01
Migrate Doze flags to DeviceConfig.
Kweku Adams
2020-07-31
Merge "Update language in AppStateTracker to be more inclusive"
TreeHugger Robot
2020-07-30
Update language in AppStateTracker to be more inclusive
Suprabh Shukla
2020-07-27
Merge "Replace 'whitelist' with 'allowlist'"
Julia Reynolds
2020-07-23
Replace 'whitelist' with 'allowlist'
Julia Reynolds
2020-07-21
Moving AppStateTracker to apex directory
Suprabh Shukla
2020-06-10
Give JobScheduler its own background thread
Dmitri Plotnikov
2020-06-03
Add removeFromWhitelist method to PowerWhitelistManager.
Kweku Adams
2020-04-14
Reduce min time to alarm.
Kweku Adams
2020-01-09
Add additional comments to explain code.
Kweku Adams
2019-12-19
Re-register SMD after motion detected.
Kweku Adams
2019-11-26
Adding temp whitelist methods to PowerWhitelistManager interface.
Kweku Adams
2019-10-22
DeviceIdleControl: spy handle message for idle factortest case
Denny cy Lee
2019-10-11
Merge "Add API to whitelist multiple apps at once."
Kweku Adams
2019-10-11
Merge "Don't disable GPS in Doze until the device is stationary."
Kweku Adams
2019-10-10
Don't disable GPS in Doze until the device is stationary.
Kweku Adams
2019-10-10
Add API to whitelist multiple apps at once.
Kweku Adams
2019-10-09
Remove trivial hidden API uses
Makoto Onuki
2019-10-07
Fix trivial hidden API uses
Makoto Onuki
2019-09-04
Switch to the public AtomicFile
Makoto Onuki
2019-08-27
Remove IMaintenanceActivityListener (which was unused)
Makoto Onuki
2019-08-23
Move DeviceIdle to the JS apex
Makoto Onuki