diff options
| author | 2016-10-25 00:57:36 +0000 | |
|---|---|---|
| committer | 2016-10-25 00:57:36 +0000 | |
| commit | b7e5c6fa3285fd247ae0477029b15da366c47bd8 (patch) | |
| tree | dc8f948379f1aaf0782c1c9adb1ea0f16e844cc6 | |
| parent | 4244d53c3e46c115f89720f623efa6e0ffb1676a (diff) | |
| parent | 88d0a95c74d343ad00d6b7ada83a5680b19d813f (diff) | |
Merge "Update the docstring on getAllCellInfo() for unreported values"
am: 88d0a95c74
Change-Id: Ib482a5398776473ccb97c4df96115fc3763c782f
| -rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 093ddb660d98..3cc425d7189b 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -3160,7 +3160,10 @@ public class TelephonyManager {       * methods may return true.       *       * <p>This method returns valid data for registered cells on devices with -     * {@link android.content.pm.PackageManager#FEATURE_TELEPHONY}. +     * {@link android.content.pm.PackageManager#FEATURE_TELEPHONY}. In cases where only +     * partial information is available for a particular CellInfo entry, unavailable fields +     * will be reported as Integer.MAX_VALUE. All reported cells will include at least a +     * valid set of technology-specific identification info and a power level measurement.       *       *<p>       * This method is preferred over using {@link |