diff options
| author | Alex Ray <aray@google.com> | 2013-09-11 14:34:25 -0700 |
|---|---|---|
| committer | Alex Ray <aray@google.com> | 2013-09-11 15:39:05 -0700 |
| commit | 1e679441af2e93841d5dbcddbb28756898108a9f (patch) | |
| tree | 652c8b1f1a8c7c92b59da3199c6f054d78fcb658 /core/java/android/hardware | |
| parent | e550446dcfb96e76715e77e044359b2769ca2676 (diff) | |
| download | frameworks_base-1e679441af2e93841d5dbcddbb28756898108a9f.zip frameworks_base-1e679441af2e93841d5dbcddbb28756898108a9f.tar.gz frameworks_base-1e679441af2e93841d5dbcddbb28756898108a9f.tar.bz2 | |
consumer ir: clarify @link in documentation
Change-Id: Ifebd0b550f5d9860697539646596a0b1cc782949
Diffstat (limited to 'core/java/android/hardware')
| -rw-r--r-- | core/java/android/hardware/ConsumerIrManager.java | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/core/java/android/hardware/ConsumerIrManager.java b/core/java/android/hardware/ConsumerIrManager.java index baa743c..77087814 100644 --- a/core/java/android/hardware/ConsumerIrManager.java +++ b/core/java/android/hardware/ConsumerIrManager.java @@ -26,7 +26,9 @@ import android.util.Log; * * <p> * To obtain an instance of the system infrared transmitter, call - * {@link Context#getSystemService} with {@link Context#CONSUMER_IR} as the argument. + * {@link android.content.Context#getSystemService(java.lang.String) + * Context.getSystemService()} with + * {@link android.content.Context#CONSUMER_IR_SERVICE} as the argument. * </p> */ public final class ConsumerIrManager { @@ -123,9 +125,10 @@ public final class ConsumerIrManager { /** * Query the infrared transmitter's supported carrier frequencies * - * @return an array of {@link #CarrierFreqRange} objects representing - * the ranges that the transmitter can support, or null if there was - * an error communicating with the Consumer IR Service. + * @return an array of + * {@link android.hardware.ConsumerIrManager.CarrierFrequencyRange} + * objects representing the ranges that the transmitter can support, or + * null if there was an error communicating with the Consumer IR Service. */ public CarrierFrequencyRange[] getCarrierFrequencies() { if (mService == null) { |
