Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d7dda5a authored by Joe Onorato's avatar Joe Onorato Committed by android-build-merger
Browse files

Merge "Fix a couple bad links in the javadoc for android.os.health." into...

Merge "Fix a couple bad links in the javadoc for android.os.health." into nyc-dev am: 3b25fd08 am: bdff78d9
am: 64b2e26c

* commit '64b2e26c':
  Fix a couple bad links in the javadoc for android.os.health.

Change-Id: I4823359d436aab34b4f032b466b184dc34731146
parents 5770739c 64b2e26c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
     * while the device was on battery.
     *
     * @see android.app.AlarmManager.
     * @see android.app.AlarmManager
     */
    @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENTS)
    public static final int MEASUREMENTS_WAKEUP_ALARMS_COUNT = HealthKeys.BASE_PACKAGE + 2;
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public class SystemHealthManager {
     * @return A {@link HealthStats} object containing the metrics for the requested
     * application. The keys for this HealthStats object will be from the {@link UidHealthStats}
     * class.
     * @see Process#myUid()
     * @see Process#myUid() Process.myUid()
     */
    public HealthStats takeUidSnapshot(int uid) {
        try {