Merge "Fix a couple bad links in the javadoc for android.os.health." into nyc-dev am: 3b25fd081d
am: bdff78d9ea
* commit 'bdff78d9eadf2e9c0f8333aa457ffeac3b947fa8':
Fix a couple bad links in the javadoc for android.os.health.
Change-Id: If90e8eb85bfd85e3f46c04de34f4d1f4db177673
This commit is contained in:
@@ -37,7 +37,7 @@ public final class PackageHealthStats {
|
|||||||
* Key for a map of the number of times that a package's wakeup alarms have fired
|
* Key for a map of the number of times that a package's wakeup alarms have fired
|
||||||
* while the device was on battery.
|
* while the device was on battery.
|
||||||
*
|
*
|
||||||
* @see android.app.AlarmManager.
|
* @see android.app.AlarmManager
|
||||||
*/
|
*/
|
||||||
@HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENTS)
|
@HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENTS)
|
||||||
public static final int MEASUREMENTS_WAKEUP_ALARMS_COUNT = HealthKeys.BASE_PACKAGE + 2;
|
public static final int MEASUREMENTS_WAKEUP_ALARMS_COUNT = HealthKeys.BASE_PACKAGE + 2;
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ public class SystemHealthManager {
|
|||||||
* @return A {@link HealthStats} object containing the metrics for the requested
|
* @return A {@link HealthStats} object containing the metrics for the requested
|
||||||
* application. The keys for this HealthStats object will be from the {@link UidHealthStats}
|
* application. The keys for this HealthStats object will be from the {@link UidHealthStats}
|
||||||
* class.
|
* class.
|
||||||
* @see Process#myUid()
|
* @see Process#myUid() Process.myUid()
|
||||||
*/
|
*/
|
||||||
public HealthStats takeUidSnapshot(int uid) {
|
public HealthStats takeUidSnapshot(int uid) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user