HomeSort by relevance Sort by last modified time
    Searched defs:health (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/core/java/android/os/health/
PackageHealthStats.java 17 package android.os.health;
ServiceHealthStats.java 17 package android.os.health;
PidHealthStats.java 17 package android.os.health;
HealthStatsParceler.java 17 package android.os.health;
ProcessHealthStats.java 17 package android.os.health;
SystemHealthManager.java 17 package android.os.health;
64 * Return a {@link HealthStats} object containing a snapshot of system health
88 * Return a {@link HealthStats} object containing a snapshot of system health
100 * Return a {@link HealthStats} object containing a snapshot of system health
TimerStat.java 17 package android.os.health;
28 * {@link android.os.health.HealthStats} does require TimerStat objects.
HealthKeys.java 17 package android.os.health;
31 * Constants and stuff for the android.os.health package.
HealthStats.java 17 package android.os.health;
27 * A HealthStats object contains system health data about an application.
38 * {@link android.os.health.UidHealthStats#MEASUREMENT_WIFI_TX_MS UidHealthStats.MEASUREMENT_WIFI_TX_MS}
41 * {@link android.os.health.UidHealthStats#MEASUREMENT_MOBILE_RX_PACKETS UidHealthStats.MEASUREMENT_MOBILE_RX_PACKETS}
43 * The {@link android.os.health.UidHealthStats#MEASUREMENT_TOUCH_USER_ACTIVITY_COUNT
53 * {@link android.os.health.UidHealthStats#TIMER_FLASHLIGHT}
61 * {@link android.os.health.PackageHealthStats#MEASUREMENTS_WAKEUP_ALARMS_COUNT
68 * {@link android.os.health.TimerStat} objects. The names are typically application
70 * {@link android.os.health.UidHealthStats#TIMERS_WAKELOCKS_PARTIAL UidHealthStats.TIMERS_WAKELOCKS_PARTIAL}
76 * Lastly, a <b>health stats</b> metric is a mapping of {@link java.lang.String
    [all...]
HealthStatsWriter.java 17 package android.os.health;
26 * Class to write the health stats data into a parcel, so it can then be
UidHealthStats.java 17 package android.os.health;
  /cts/tests/tests/os/src/android/os/health/cts/
TimerStatTest.java 17 package android.os.health.cts;
20 import android.os.health.TimerStat;
27 * Provides test cases for android.os.health.TimerStat.
SystemHealthManagerTest.java 17 package android.os.health.cts;
22 import android.os.health.SystemHealthManager;
23 import android.os.health.HealthStats;
30 * Provides test cases for android.os.health.TimerStat.
HealthStatsTest.java 17 package android.os.health.cts;
20 import android.os.health.HealthKeys;
21 import android.os.health.HealthStats;
22 import android.os.health.HealthStatsParceler;
23 import android.os.health.HealthStatsWriter;
24 import android.os.health.TimerStat;
33 * Provides test cases for android.os.health.HealthStats and HealthStatsWriter.
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
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.");
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...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 1917 BluetoothHealth health = new BluetoothHealth(context, listener); local
1976 BluetoothHealth health = (BluetoothHealth)proxy; local
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 644 final int health = intent.getIntExtra(EXTRA_HEALTH, BATTERY_HEALTH_UNKNOWN);
662 MSG_BATTERY_UPDATE, new BatteryStatus(status, level, plugged, health,
852 public final int health; field in class:KeyguardUpdateMonitor.BatteryStatus
    [all...]
  /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...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1841 milliseconds

1 2