HomeSort by relevance Sort by last modified time
    Searched full:batteryinfo (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer.h 53 struct BatteryInfo {
54 BatteryInfo() : level(-1) {}
55 BatteryInfo(const std::string& name,
77 bool PostNotification(const std::string& address, const BatteryInfo& battery);
83 std::map<std::string, BatteryInfo> batteries_;
peripheral_battery_observer.cc 121 // BatteryInfo.
149 BatteryInfo battery(name, level, base::TimeTicks());
157 BatteryInfo* battery = &batteries_[address];
191 std::map<std::string, BatteryInfo>::iterator it =
200 const BatteryInfo& battery) {
peripheral_battery_observer_browsertest.cc 79 const PeripheralBatteryObserver::BatteryInfo& info =
  /frameworks/base/core/java/android/app/
ApplicationErrorReport.java 47 * battery. Information about the battery use is stored in {@link #batteryInfo}.
135 * of BatteryInfo; otherwise null.
137 public BatteryInfo batteryInfo;
237 batteryInfo.writeToParcel(dest, flags);
257 batteryInfo = null;
263 batteryInfo = null;
267 batteryInfo = new BatteryInfo(in);
273 batteryInfo = null
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 491 ApplicationErrorReport.BatteryInfo batteryInfo = new ApplicationErrorReport.BatteryInfo();
492 batteryInfo.usagePercent = args.getInt(EXTRA_PERCENT, 1);
493 batteryInfo.durationMicros = args.getLong(EXTRA_USAGE_DURATION, 0);
494 batteryInfo.usageDetails = args.getString(EXTRA_REPORT_DETAILS);
495 batteryInfo.checkinDetails = args.getString(EXTRA_REPORT_CHECKIN_DETAILS);
496 report.batteryInfo = batteryInfo;
  /packages/apps/Settings/res/xml/
testing_settings.xml 31 android:targetClass="com.android.settings.BatteryInfo" />
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
pkg_android.app.html 105 <A NAME="ApplicationErrorReport.BatteryInfo"></A>
106 <nobr><A HREF="../../../../reference/android/app/ApplicationErrorReport.BatteryInfo.html" target="_top"><code>ApplicationErrorReport.<br>BatteryInfo</code></A></nobr>
classes_index_additions.html 75 <A HREF="pkg_android.app.html#ApplicationErrorReport.BatteryInfo" class="hiddenlink" target="rightframe"><b>ApplicationErrorReport.BatteryInfo</b></A><br>
classes_index_all.html 100 <A HREF="pkg_android.app.html#ApplicationErrorReport.BatteryInfo" class="hiddenlink" target="rightframe"><b>ApplicationErrorReport.BatteryInfo</b></A><br>
    [all...]
alldiffs_index_additions.html 226 <!-- Class ApplicationErrorReport.BatteryInfo -->
227 <A HREF="pkg_android.app.html#ApplicationErrorReport.BatteryInfo" class="hiddenlink" target="rightframe"><b>ApplicationErrorReport.BatteryInfo</b></A><br>
    [all...]
alldiffs_index_all.html 360 <!-- Class ApplicationErrorReport.BatteryInfo -->
361 <A HREF="pkg_android.app.html#ApplicationErrorReport.BatteryInfo" class="hiddenlink" target="rightframe"><b>ApplicationErrorReport.BatteryInfo</b></A><br>
    [all...]
  /packages/apps/SpareParts/res/xml/
spare_parts.xml 37 android:targetClass="com.android.settings.BatteryInfo" />
  /packages/apps/Settings/src/com/android/settings/
BatteryInfo.java 37 public class BatteryInfo extends Activity {
  /prebuilts/sdk/current/
android.jar 
  /frameworks/base/api/
current.txt     [all...]
  /prebuilts/sdk/api/
14.txt     [all...]
15.txt     [all...]
16.txt     [all...]
17.txt     [all...]
18.txt     [all...]
19.txt     [all...]
  /packages/apps/Settings/
AndroidManifest.xml     [all...]
  /development/sdk/
api-versions.xml     [all...]
  /frameworks/base/docs/html/
sitemap.txt     [all...]

Completed in 915 milliseconds