Searched refs:ACTION_CHARGING (Results 1 – 10 of 10) sorted by relevance
133 filter.addAction(BatteryManager.ACTION_CHARGING); in startTracking()206 } else if (BatteryManager.ACTION_CHARGING.equals(action)) { in onReceiveInternal()
1459 filter.addAction(BatteryManager.ACTION_CHARGING); in startTracking()1477 if (BatteryManager.ACTION_CHARGING.equals(action)) { in onReceive()
205 public static final String ACTION_CHARGING = "android.os.action.CHARGING"; field in BatteryManager
233 case BatteryManager.ACTION_CHARGING:299 filter.addAction(BatteryManager.ACTION_CHARGING); in DeviceStateMonitor()
268 Intent intent = new Intent(BatteryManager.ACTION_CHARGING); in testCharging()
334 IntentFilter deviceStates = new IntentFilter(BatteryManager.ACTION_CHARGING); in AppStandbyController()1792 case BatteryManager.ACTION_CHARGING: in onReceive()
220 Intent intent = new Intent(BatteryManager.ACTION_CHARGING); in setCharging()
409 action = mCharging ? BatteryManager.ACTION_CHARGING in handleMessage()
34312 field public static final String ACTION_CHARGING = "android.os.action.CHARGING";
34456 field public static final String ACTION_CHARGING = "android.os.action.CHARGING";