Searched refs:deviceStates (Results 1 – 1 of 1) sorted by relevance
334 IntentFilter deviceStates = new IntentFilter(BatteryManager.ACTION_CHARGING); in AppStandbyController() local335 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()