Home
last modified time | relevance | path

Searched refs:ACTION_CHARGING (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryManager.java292 public static final String ACTION_CHARGING = "android.os.action.CHARGING"; field in BatteryManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDeviceStateMonitor.java246 case BatteryManager.ACTION_CHARGING:
307 filter.addAction(BatteryManager.ACTION_CHARGING); in DeviceStateMonitor()
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamManagerService.java194 mIsCharging = (BatteryManager.ACTION_CHARGING.equals(intent.getAction()));
300 chargingIntentFilter.addAction(BatteryManager.ACTION_CHARGING); in onBootPhase()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDeviceStateMonitorTest.java322 Intent intent = new Intent(BatteryManager.ACTION_CHARGING); in testCharging()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobSchedulerServiceTest.java1739 && 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()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java606 IntentFilter deviceStates = new IntentFilter(BatteryManager.ACTION_CHARGING); in AppStandbyController()
2960 case BatteryManager.ACTION_CHARGING: in onReceive()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
DAlarmManagerServiceTest.java555 argThat((filter) -> filter.hasAction(BatteryManager.ACTION_CHARGING) in setUp()
1174 new Intent(parole ? BatteryManager.ACTION_CHARGING
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java4815 filter.addAction(BatteryManager.ACTION_CHARGING); in ChargingReceiver()
4824 if (BatteryManager.ACTION_CHARGING.equals(action)) { in onReceive()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerService.java4282 filter.addAction(BatteryManager.ACTION_CHARGING);
4414 } else if (BatteryManager.ACTION_CHARGING.equals(action)) {
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java670 action = mCharging ? BatteryManager.ACTION_CHARGING in handleMessage()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt32569 field public static final String ACTION_CHARGING = "android.os.action.CHARGING";