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

am: 3b25fd081d

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

Change-Id: Iec6ad93e7445df5d642aba24867c264c435c53ba
This commit is contained in:
Joe Onorato
2016-05-09 22:17:10 +00:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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 {