Searched refs:ACTION_DEVICE_IDLE_MODE_CHANGED (Results 1 – 14 of 14) sorted by relevance
82 new IntentFilter(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED), null, in onRegistrationStateChanged()
86 case PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED:142 filter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in DeviceIdleJobsController()
192 case PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED:231 filter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in systemReady()
172 intentFilter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in IpSecPacketLossDetector()179 if (PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED.equals( in IpSecPacketLossDetector()
209 when(intent.getAction()).thenReturn(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in testStartedMonitor_enterDozeMoze()
167 case PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED:730 intentFilter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in registerListeners()
148 case PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED:315 filter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in registerForAllEvents()
912 mContextSpy.sendBroadcast(new Intent(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED)); in setDeviceIdleMode()
526 filter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in onSystemReady()582 case PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED:
3079 public static final String ACTION_DEVICE_IDLE_MODE_CHANGED field in PowerManager
759 if (PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED.equals(intent.getAction())) {2733 mIdleIntent = new Intent(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in onBootPhase()
5689 case PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED:5726 filter.addAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
33654 …field public static final String ACTION_DEVICE_IDLE_MODE_CHANGED = "android.os.action.DEVICE_IDLE_…