Searched refs:ACTION_CHARGING (Results 1 – 14 of 14) sorted by relevance
148 filter.addAction(BatteryManager.ACTION_CHARGING); in startTracking()221 } else if (BatteryManager.ACTION_CHARGING.equals(action)) { in onReceiveInternal()
1027 filter.addAction(BatteryManager.ACTION_CHARGING); in startTracking()1045 if (BatteryManager.ACTION_CHARGING.equals(action)) { in onReceive()
1850 filter.addAction(BatteryManager.ACTION_CHARGING);1869 if (BatteryManager.ACTION_CHARGING.equals(action)) {
204 public static final String ACTION_CHARGING = "android.os.action.CHARGING"; field in BatteryManager
233 case BatteryManager.ACTION_CHARGING:291 filter.addAction(BatteryManager.ACTION_CHARGING); in DeviceStateMonitor()
163 filter.hasAction(BatteryManager.ACTION_CHARGING) in testUsable()192 chargingReceiver.onReceive(mContext, new Intent(BatteryManager.ACTION_CHARGING)); in testUsable()226 chargingReceiver.onReceive(mContext, new Intent(BatteryManager.ACTION_CHARGING)); in testUsable()
241 filter.hasAction(BatteryManager.ACTION_CHARGING) in setUp()283 Intent intent = new Intent(BatteryManager.ACTION_CHARGING); in setCharging()
278 Intent intent = new Intent(BatteryManager.ACTION_CHARGING); in testCharging()
453 IntentFilter deviceStates = new IntentFilter(BatteryManager.ACTION_CHARGING); in AppStandbyController()2312 case BatteryManager.ACTION_CHARGING: in onReceive()
459 argThat((filter) -> filter.hasAction(BatteryManager.ACTION_CHARGING) in setUp()1055 new Intent(parole ? BatteryManager.ACTION_CHARGING in assertAndHandleParoleChanged()
4424 filter.addAction(BatteryManager.ACTION_CHARGING); in ChargingReceiver()4433 if (BatteryManager.ACTION_CHARGING.equals(action)) { in onReceive()
446 action = mCharging ? BatteryManager.ACTION_CHARGING in handleMessage()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
30687 field public static final String ACTION_CHARGING = "android.os.action.CHARGING";