/build/target/product/ |
large_emu_hw.mk | 42 bluetooth-health \
|
generic_no_telephony.mk | 47 bluetooth-health \
|
/external/qemu/hw/ |
goldfish_battery.c | 44 int health; member in struct:goldfish_battery_state 58 QFIELD_INT32(health), 104 return s->health; 159 s->health = POWER_SUPPLY_HEALTH_GOOD; 187 battery_state->health = value; 232 switch (battery_state->health) { 252 sprintf(buffer, "health: %s\r\n", value);
|
/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);
|
/frameworks/base/core/java/com/android/internal/app/ |
IBatteryStats.aidl | 77 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt);
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardUpdateMonitor.java | 274 final int health = intent.getIntExtra(EXTRA_HEALTH, BATTERY_HEALTH_UNKNOWN); 276 MSG_BATTERY_UPDATE, new BatteryStatus(status, level, plugged, health)); 378 public final int health; field in class:KeyguardUpdateMonitor.BatteryStatus 379 public BatteryStatus(int status, int level, int plugged, int health) { 383 this.health = health; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BatteryMeterView.java | 79 int health; field in class:BatteryMeterView.BatteryTracker 98 health = intent.getIntExtra(BatteryManager.EXTRA_HEALTH,
|
/frameworks/base/services/java/com/android/server/am/ |
BatteryStatsService.java | 470 public void setBatteryState(int status, int health, int plugType, int level, 473 mStats.setBatteryState(status, health, plugType, level, temp, volt);
|
/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.");
|
/bionic/libc/kernel/common/linux/spi/ |
cpcap.h | 580 int health; member in struct:cpcap_batt_data
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 1373 BluetoothHealth health = new BluetoothHealth(context, listener); local 1415 BluetoothHealth health = (BluetoothHealth)proxy; local [all...] |
/external/kernel-headers/original/linux/spi/ |
cpcap.h | 537 int health; member in struct:cpcap_batt_data
|
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsImpl.java | [all...] |
/external/chromium/net/base/ |
effective_tld_names.cc | [all...] |
/external/chromium_org/net/base/registry_controlled_domains/ |
effective_tld_names.cc | [all...] |