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

  /packages/apps/Settings/src/com/android/settings/
BatteryInfo.java 118 int health = intent.getIntExtra("health", BatteryManager.BATTERY_HEALTH_UNKNOWN);
120 if (health == BatteryManager.BATTERY_HEALTH_GOOD) {
122 } else if (health == BatteryManager.BATTERY_HEALTH_OVERHEAT) {
124 } else if (health == BatteryManager.BATTERY_HEALTH_DEAD) {
126 } else if (health == BatteryManager.BATTERY_HEALTH_OVER_VOLTAGE) {
128 } else if (health == BatteryManager.BATTERY_HEALTH_UNSPECIFIED_FAILURE) {
130 } else if (health == BatteryManager.BATTERY_HEALTH_COLD) {
160 mHealth = (TextView)findViewById(R.id.health);
  /external/qemu/hw/android/goldfish/
battery.c 46 int health; member in struct:goldfish_battery_state
64 QFIELD_INT32(health),
110 return s->health;
167 s->health = POWER_SUPPLY_HEALTH_GOOD;
172 s->health = POWER_SUPPLY_HEALTH_DEAD;
209 battery_state->health = value;
255 switch (battery_state->health) {
274 snprintf(buffer, sizeof buffer, "health: %s\r\n", value);
  /external/chromium_org/mojo/services/test_service/
test_request_tracker_client_impl.cc 35 stats->health = 0.7;
test_request_tracker_impl.cc 66 mean_health_numerator += it2->health;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vds.h 753 VDS_HEALTH health; member in struct:_VDS_CONTROLLER_PROP
875 VDS_HEALTH health; member in struct:_VDS_DISK_PROP
925 VDS_HEALTH health; member in struct:_VDS_DRIVE_PROP
1089 VDS_HEALTH health; member in struct:_VDS_LUN_PLEX_PROP
1105 VDS_HEALTH health; member in struct:_VDS_LUN_PROP
1221 VDS_HEALTH health; member in struct:_VDS_SUB_SYSTEM_PROP
1240 VDS_HEALTH health; member in struct:_VDS_VOLUME_PLEX_PROP
1251 VDS_HEALTH health; member in struct:_VDS_VOLUME_PROP
1383 VDS_HEALTH health; member in struct:_VDS_DISK_PROP2
1412 VDS_HEALTH health; member in struct:_VDS_DRIVE_PROP2
1509 VDS_HEALTH health; member in struct:_VDS_STORAGE_POOL_PROP
1526 VDS_HEALTH health; member in struct:_VDS_SUB_SYSTEM_PROP2
1551 VDS_HEALTH health; member in struct:_VDS_VOLUME_PROP2
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 114 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 446 final int health = intent.getIntExtra(EXTRA_HEALTH, BATTERY_HEALTH_UNKNOWN);
448 MSG_BATTERY_UPDATE, new BatteryStatus(status, level, plugged, health));
584 public final int health; field in class:KeyguardUpdateMonitor.BatteryStatus
585 public BatteryStatus(int status, int level, int plugged, int health) {
589 this.health = health;
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 17 package com.example.bluetooth.health;
40 * This Service encapsulates Bluetooth Health API to establish, manage, and disconnect
49 * Health SINK.
50 * 3. Establish connection to a health device. Some devices will initiate the connection. It is
52 * 4. When connected successfully, read / write to the health device using the file descriptor.
53 * The received data needs to be interpreted using a health manager which implements the
55 * 5. When done, close the health channel and unregister the application. The channel will
83 // Register health application.
85 // Unregister health application.
114 // Register health application
    [all...]
BluetoothHDPActivity.java 17 package com.example.bluetooth.health;
47 * Main user interface for the Sample application. All Bluetooth health-related
277 // Starts health service.
306 Log.d(TAG, "Health Service not connected.");
323 Log.d(TAG, "Health Service not connected.");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 87 int health; field in class:BatteryMeterView.BatteryTracker
106 health = intent.getIntExtra(BatteryManager.EXTRA_HEALTH,
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 1351 BluetoothHealth health = new BluetoothHealth(context, listener); local
1404 BluetoothHealth health = (BluetoothHealth)proxy; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java 694 public void setBatteryState(int status, int health, int plugType, int level,
697 mStats.setBatteryState(status, health, plugType, level, temp, volt);
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 718 milliseconds