Searched refs:ACTION_CHARGING (Results 1 – 12 of 12) sorted by relevance
292 public static final String ACTION_CHARGING = "android.os.action.CHARGING"; field in BatteryManager
246 case BatteryManager.ACTION_CHARGING:307 filter.addAction(BatteryManager.ACTION_CHARGING); in DeviceStateMonitor()
194 mIsCharging = (BatteryManager.ACTION_CHARGING.equals(intent.getAction()));300 chargingIntentFilter.addAction(BatteryManager.ACTION_CHARGING); in onBootPhase()
322 Intent intent = new Intent(BatteryManager.ACTION_CHARGING); in testCharging()
1739 && filter.hasAction(BatteryManager.ACTION_CHARGING) in testBatteryStateTrackerRegistersForImportantIntents()1752 Intent chargingIntent = new Intent(BatteryManager.ACTION_CHARGING); in testIsCharging_standardChargingIntent()1795 tracker.onReceive(mContext, new Intent(BatteryManager.ACTION_CHARGING)); in testIsCharging_adaptiveCharging_chargeBelowThreshold()
606 IntentFilter deviceStates = new IntentFilter(BatteryManager.ACTION_CHARGING); in AppStandbyController()2960 case BatteryManager.ACTION_CHARGING: in onReceive()
555 argThat((filter) -> filter.hasAction(BatteryManager.ACTION_CHARGING) in setUp()1174 new Intent(parole ? BatteryManager.ACTION_CHARGING
4815 filter.addAction(BatteryManager.ACTION_CHARGING); in ChargingReceiver()4824 if (BatteryManager.ACTION_CHARGING.equals(action)) { in onReceive()
4282 filter.addAction(BatteryManager.ACTION_CHARGING);4414 } else if (BatteryManager.ACTION_CHARGING.equals(action)) {
670 action = mCharging ? BatteryManager.ACTION_CHARGING in handleMessage()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
32569 field public static final String ACTION_CHARGING = "android.os.action.CHARGING";