Searched refs:ACTION_CHARGING (Results 1 – 10 of 10) sorted by relevance
61 intentFilter.addAction(BatteryManager.ACTION_CHARGING); in getIntentFilter()79 case BatteryManager.ACTION_CHARGING: in onBroadcastReceive()
91 charging ? BatteryManager.ACTION_CHARGING : BatteryManager.ACTION_DISCHARGING); in createChargingIntent_afterApi23()130 assertThat(intentFilter.hasAction(BatteryManager.ACTION_CHARGING), is(true)); in testGetIntentFilter_afterApi23()
133 filter.addAction(BatteryManager.ACTION_CHARGING); in startTracking()206 } else if (BatteryManager.ACTION_CHARGING.equals(action)) { in onReceiveInternal()
106 Intent intent = new Intent(BatteryManager.ACTION_CHARGING); in testCharging()
197 public static final String ACTION_CHARGING = "android.os.action.CHARGING"; field in BatteryManager
147 case BatteryManager.ACTION_CHARGING:197 filter.addAction(BatteryManager.ACTION_CHARGING); in DeviceStateMonitor()
322 IntentFilter deviceStates = new IntentFilter(BatteryManager.ACTION_CHARGING); in AppStandbyController()1690 case BatteryManager.ACTION_CHARGING: in onReceive()
370 action = mCharging ? BatteryManager.ACTION_CHARGING in handleMessage()
30474 Landroid/os/BatteryManager;->ACTION_CHARGING:Ljava/lang/String;
32064 field public static final java.lang.String ACTION_CHARGING = "android.os.action.CHARGING";