Searched refs:ACTION_CHARGING (Results 1 – 9 of 9) 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
108 Intent intent = new Intent(BatteryManager.ACTION_CHARGING); in testCharging()
214 case BatteryManager.ACTION_CHARGING:264 filter.addAction(BatteryManager.ACTION_CHARGING); in DeviceStateMonitor()
334 IntentFilter deviceStates = new IntentFilter(BatteryManager.ACTION_CHARGING); in AppStandbyController()1791 case BatteryManager.ACTION_CHARGING: in onReceive()
220 Intent intent = new Intent(BatteryManager.ACTION_CHARGING); in setCharging()
407 action = mCharging ? BatteryManager.ACTION_CHARGING in handleMessage()
34018 field public static final String ACTION_CHARGING = "android.os.action.CHARGING";