HomeSort by relevance Sort by last modified time
    Searched refs:battery (Results 1 - 9 of 9) sorted by null

  /device/asus/flo/
thermald-flo.conf 63 actions cpu+battery cpu+battery cpu+battery cpu+battery cpu+battery cpu+battery cpu+battery shutdown
  /device/lge/mako/
thermald-mako.conf 84 actions cpu+gpu+lcd+battery cpu+gpu+lcd+battery cpu+gpu+lcd+battery cpu+gpu+lcd+battery cpu+gpu+lcd+battery cpu+gpu+lcd+battery cpu+gpu+lcd+battery
  /development/tools/labpretest/
labpretest.sh 12 # times. It will detect if it is in a low battery situation and wait for it to
62 # Blocks until battery level is at least
76 local battery
78 log_print "checking battery level"
79 while [ "$battery" = "" ]; do
80 battery=`$ADB -s $device shell dumpsys battery | tr -d '\r' | awk '/level:/ {print $2}'`
83 if [ $battery -lt $LIMIT ]; then
84 log_print "Battery is low, waiting for charge"
86 battery=`$ADB -s $device shell dumpsys battery | tr -d '\r' | awk '/level:/ {print $2}'
    [all...]
  /system/core/charger/
charger.c 129 struct power_supply *battery; member in struct:charger
304 if (!charger->battery)
307 ret = read_file_int(charger->battery->cap_path, &batt_cap);
425 bool battery = false; local
444 if (!strncmp(ps_type, "Battery", 7))
445 battery = true;
463 /* only pick up the first battery for now */
464 if (battery && !charger->battery)
465 charger->battery = supply
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 131 BatteryService battery = null; local
287 Slog.i(TAG, "Battery Service");
288 battery = new BatteryService(context, lights);
289 ServiceManager.addService("battery", battery);
296 // lights service, content providers and the battery service.
297 power.init(context, lights, ActivityManagerService.self(), battery,
305 Watchdog.getInstance().init(context, battery, power, alarm,
748 new IdleMaintenanceService(context, battery);
    [all...]
Watchdog.java 202 public void init(Context context, BatteryService battery,
206 mBattery = battery;
361 return "battery";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 489 mBatteryController.addIconView((ImageView)mStatusBarView.findViewById(R.id.battery));
1871 final View battery = mStatusBarView.findViewById(R.id.battery); local
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 429 "How to minimize your app's impact on the battery when performing downloads
431 >Transferring Data Without Draining the Battery</a>
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 251 // the battery icon
252 mBatteryController.addIconView((ImageView)mNotificationPanel.findViewById(R.id.battery));
496 mBatteryController.addIconView((ImageView)sb.findViewById(R.id.battery));
    [all...]

Completed in 345 milliseconds