/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | 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 KeyguardUpdateMonitor.BatteryStatus 585 public BatteryStatus(int status, int level, int plugged, int health) { in BatteryStatus() argument 589 this.health = health; in BatteryStatus()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 114 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt); in setBatteryState() argument
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAdapter.java | 1351 BluetoothHealth health = new BluetoothHealth(context, listener); in getProfileProxy() local 1404 BluetoothHealth health = (BluetoothHealth)proxy; in closeProfileProxy() local 1405 health.close(); in closeProfileProxy()
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 150 application registers to communicate with a remote Bluetooth health 924 applications that use Bluetooth to communicate with health devices that support 1010 communicate with health devices that support Bluetooth, such as heart-rate 1026 <td>A role defined in HDP. A <em>source</em> is a health device that 1040 <td>Refers to registering a sink for a particular health device.</td> 1045 <td>Refers to opening a channel between a health device and a smart device 1065 that acts as a health 1068 <li>Establish a connection to a health device. Some devices will initiate the 1071 <li>When connected successfully to a health device, read/write to the health 1073 using a health manager which implements the IEEE 11073-xxxxx [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | BatteryMeterView.java | 87 int health; field in BatteryMeterView.BatteryTracker 106 health = intent.getIntExtra(BatteryManager.EXTRA_HEALTH, in onReceive()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 694 public void setBatteryState(int status, int health, int plugType, int level, in setBatteryState() argument 697 mStats.setBatteryState(status, health, plugType, level, temp, volt); in setBatteryState()
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 9 2723 battery_status (status|1|5),(health|1|5),(present|1|5),(plugged|1|5),(technology|3)
|
/frameworks/base/docs/html/tv/adt-1/ |
D | safety.jd | 28 users. Read all safety and health information below before using the gamepad to avoid possible
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 149 … screens, such as a list of categories (world, business, technology, and health stories). Like tab…
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | provider-element.jd | 52 access a content provider that stores information about health care professionals. To do
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 1221 <pre>power <display|ac|status|present|health|capacity></pre> 1254 <td><code>health <unknown|good|overheat|dead|overvoltage|failure></code></td> 1255 <td>Set battery health state.</td>
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 6993 public void setBatteryState(int status, int health, int plugType, int level, in setBatteryState() argument 7034 mHistoryCur.batteryHealth = (byte)health; in setBatteryState() 7049 if (mHistoryCur.batteryHealth != health) { in setBatteryState() 7050 mHistoryCur.batteryHealth = (byte)health; in setBatteryState()
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 712 Bluetooth to communicate with health devices that support Bluetooth, such as heart-rate monitors, 722 object), connecting to and communicating with paired health devices involves the following new 730 provides configuration information about the available Bluetooth health device, which you must use
|
D | android-5.0.jd | 600 that allow a device to function as a pedometer or health monitor and communicate
|
D | android-4.0-highlights.jd | 903 interpret health data from Continua-certified devices such as heart-rate
|
D | jelly-bean.jd | 170 meters, game controllers, remote controls, health devices, and more.
|
/frameworks/base/api/ |
D | system-current.txt | 22958 field public static final java.lang.String EXTRA_HEALTH = "health";
|
D | current.txt | 21378 field public static final java.lang.String EXTRA_HEALTH = "health";
|