HomeSort by relevance Sort by last modified time
    Searched defs:BATTERY_PLUGGED_NONE (Results 1 - 10 of 10) sorted by null

  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/constraints/trackers/
BatteryNotLowTracker.java 38 static final int BATTERY_PLUGGED_NONE = 0;
67 int plugged = intent.getIntExtra(BatteryManager.EXTRA_PLUGGED, BATTERY_PLUGGED_NONE);
73 return (plugged != BATTERY_PLUGGED_NONE
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 136 private static final int BATTERY_PLUGGED_NONE = OsProtoEnums.BATTERY_PLUGGED_NONE; // = 0
345 final boolean plugged = mPlugType != BATTERY_PLUGGED_NONE;
346 final boolean oldPlugged = mLastPlugType != BATTERY_PLUGGED_NONE;
449 mPlugType = BATTERY_PLUGGED_NONE;
485 if (mLastPlugType == BATTERY_PLUGGED_NONE) {
507 } else if (mPlugType == BATTERY_PLUGGED_NONE) {
543 mPlugType == BATTERY_PLUGGED_NONE) {
552 if (mPlugType == BATTERY_PLUGGED_NONE
560 if (mPlugType != BATTERY_PLUGGED_NONE) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 101 milliseconds