Home
last modified time | relevance | path

Searched refs:health (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardUpdateMonitor.java258 final int health = intent.getIntExtra(EXTRA_HEALTH, BATTERY_HEALTH_UNKNOWN);
260 MSG_BATTERY_UPDATE, new BatteryStatus(status, level, plugged, health));
362 public final int health; field in KeyguardUpdateMonitor.BatteryStatus
363 public BatteryStatus(int status, int level, int plugged, int health) { in BatteryStatus() argument
367 this.health = health; in BatteryStatus()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl74 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt); in setBatteryState() argument
/frameworks/base/services/java/com/android/server/am/
DBatteryStatsService.java445 public void setBatteryState(int status, int health, int plugType, int level, in setBatteryState() argument
448 mStats.setBatteryState(status, health, plugType, level, temp, volt); in setBatteryState()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java1174 BluetoothHealth health = new BluetoothHealth(context, listener); in getProfileProxy() local
1213 BluetoothHealth health = (BluetoothHealth)proxy; in closeProfileProxy() local
1214 health.close(); in closeProfileProxy()
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd151 application registers to communicate with a remote Bluetooth health
929 applications that use Bluetooth to communicate with health devices that support
1015 communicate with health devices that support Bluetooth, such as heart-rate
1031 <td>A role defined in HDP. A <em>source</em> is a health device that
1045 <td>Refers to registering a sink for a particular health device.</td>
1050 <td>Refers to opening a channel between a health device and a smart device
1070 that acts as a health
1073 <li>Establish a connection to a health device. Some devices will initiate the
1076 <li>When connected successfully to a health device, read/write to the health
1078 using a health manager which implements the IEEE 11073-xxxxx
[all …]
/frameworks/base/services/java/com/android/server/
DEventLogTags.logtags9 2723 battery_status (status|1|5),(health|1|5),(present|1|5),(plugged|1|5),(technology|3)
/frameworks/base/docs/html/training/design-navigation/
Ddescendant-lateral.jd149 … screens, such as a list of categories (world, business, technology, and health stories). Like tab…
/frameworks/base/docs/html/guide/topics/manifest/
Dprovider-element.jd52 access a content provider that stores information about health care professionals. To do
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4585 public void setBatteryState(int status, int health, int plugType, int level, in setBatteryState() argument
4612 mHistoryCur.batteryHealth = (byte)health; in setBatteryState()
4627 if (mHistoryCur.batteryHealth != health) { in setBatteryState()
4628 mHistoryCur.batteryHealth = (byte)health; in setBatteryState()
/frameworks/base/docs/html/tools/devices/
Demulator.jd1217 <pre>power &lt;display|ac|status|present|health|capacity&gt;</pre>
1250 <td><code>health &lt;unknown|good|overheat|dead|overvoltage|failure&gt;</code></td>
1251 <td>Set battery health state.</td>
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd709 Bluetooth to communicate with health devices that support Bluetooth, such as heart-rate monitors,
719 object), connecting to and communicating with paired health devices involves the following new
727 provides configuration information about the available Bluetooth health device, which you must use
Dandroid-4.0-highlights.jd897 interpret health data from Continua-certified devices such as heart-rate
/frameworks/base/api/
Dcurrent.txt16698 field public static final java.lang.String EXTRA_HEALTH = "health";