Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DChargingModifier.java93 filter.addAction(BatteryManager.ACTION_CHARGING); in startTracking()
116 if (BatteryManager.ACTION_CHARGING.equals(action)) { in onReceive()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryManager.java248 public static final String ACTION_CHARGING = "android.os.action.CHARGING"; field in BatteryManager
/aosp14/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java187 mIsCharging = (BatteryManager.ACTION_CHARGING.equals(intent.getAction()));
277 chargingIntentFilter.addAction(BatteryManager.ACTION_CHARGING); in onBootPhase()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
H A DAppStandbyController.java601 IntentFilter deviceStates = new IntentFilter(BatteryManager.ACTION_CHARGING); in AppStandbyController()
2897 case BatteryManager.ACTION_CHARGING: in onReceive()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java3903 filter.addAction(BatteryManager.ACTION_CHARGING);
3975 } else if (BatteryManager.ACTION_CHARGING.equals(action)) {
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DAlarmManagerServiceTest.java527 argThat((filter) -> filter.hasAction(BatteryManager.ACTION_CHARGING) in setUp()
1187 new Intent(parole ? BatteryManager.ACTION_CHARGING
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java5165 filter.addAction(BatteryManager.ACTION_CHARGING); in ChargingReceiver()
5174 if (BatteryManager.ACTION_CHARGING.equals(action)) { in onReceive()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java553 action = mCharging ? BatteryManager.ACTION_CHARGING in handleMessage()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt32475 field public static final String ACTION_CHARGING = "android.os.action.CHARGING";