Searched refs:ACTION_DEVICE_IDLE_MODE_CHANGED (Results 1 – 15 of 15) sorted by relevance
84 case PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED:134 filter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in DeviceIdleJobsController()
185 case PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED:228 filter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in systemReady()
116 Intent intent = new Intent(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in sendIdleModeChanged()
3397 return filter.hasAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in matches()
262 intentFilter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in start()269 if (PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED.equals(action)) { in start()
1969 public static final String ACTION_DEVICE_IDLE_MODE_CHANGED field in PowerManager
499 case PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED:2116 intentFilter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED);
336 deviceStates.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in AppStandbyController()1798 case PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED: in onReceive()
404 intentFilter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in start()415 if (action.equals(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED)) { in start()
2682 } else if (action.equals(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED)) {2711 intentFilter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in registerForBroadcasts()
670 if (PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED.equals(intent.getAction())) {2098 mIdleIntent = new Intent(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in onBootPhase()
1412 Intent intent = new Intent(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in simulatePowerStateChangeDoze()
3512 Intent intent = new Intent(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in simulatePowerStateChangeDoze()
35269 …field public static final String ACTION_DEVICE_IDLE_MODE_CHANGED = "android.os.action.DEVICE_IDLE_…
35413 …field public static final String ACTION_DEVICE_IDLE_MODE_CHANGED = "android.os.action.DEVICE_IDLE_…