Searched refs:ACTION_CHARGING (Results 1 – 11 of 11) sorted by relevance
93 filter.addAction(BatteryManager.ACTION_CHARGING); in startTracking()116 if (BatteryManager.ACTION_CHARGING.equals(action)) { in onReceive()
207 public static final String ACTION_CHARGING = "android.os.action.CHARGING"; field in BatteryManager
239 case BatteryManager.ACTION_CHARGING:299 filter.addAction(BatteryManager.ACTION_CHARGING); in DeviceStateMonitor()
303 Intent intent = new Intent(BatteryManager.ACTION_CHARGING); in testCharging()
180 mIsCharging = BatteryManager.ACTION_CHARGING.equals(intent.getAction());276 chargingIntentFilter.addAction(BatteryManager.ACTION_CHARGING); in onBootPhase()
597 IntentFilter deviceStates = new IntentFilter(BatteryManager.ACTION_CHARGING); in AppStandbyController()2834 case BatteryManager.ACTION_CHARGING: in onReceive()
2688 filter.addAction(BatteryManager.ACTION_CHARGING);2760 } else if (BatteryManager.ACTION_CHARGING.equals(action)) {
508 argThat((filter) -> filter.hasAction(BatteryManager.ACTION_CHARGING) in setUp()1153 new Intent(parole ? BatteryManager.ACTION_CHARGING in assertAndHandleParoleChanged()
5031 filter.addAction(BatteryManager.ACTION_CHARGING); in ChargingReceiver()5040 if (BatteryManager.ACTION_CHARGING.equals(action)) { in onReceive()
439 action = mCharging ? BatteryManager.ACTION_CHARGING in handleMessage()
30804 field public static final String ACTION_CHARGING = "android.os.action.CHARGING";