Home
last modified time | relevance | path

Searched refs:deviceStates (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/usage/java/com/android/server/usage/
DAppStandbyController.java334 IntentFilter deviceStates = new IntentFilter(BatteryManager.ACTION_CHARGING); in AppStandbyController() local
335 deviceStates.addAction(BatteryManager.ACTION_DISCHARGING); in AppStandbyController()
336 deviceStates.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in AppStandbyController()
337 mContext.registerReceiver(mDeviceStateReceiver, deviceStates); in AppStandbyController()