diff options
| author | 2016-10-25 01:17:43 +0000 | |
|---|---|---|
| committer | 2016-10-25 01:17:43 +0000 | |
| commit | c2a78d4e85e42b96d1771cd0f3f5c29df58fab42 (patch) | |
| tree | 96991ce87511fb6471c679b7405e463dac7bc89e | |
| parent | 81efa30831c7d85ec2ad5dd2aa33e5521f3b1f8e (diff) | |
| parent | 415a50e103db4636c6b62ecce7436aaa65e23c19 (diff) | |
Merge "Update the docstring on getAllCellInfo() for unreported values" am: 88d0a95c74 am: b7e5c6fa32 am: c8fceb9834
am: 415a50e103
Change-Id: Id00cd16efdbfd49d09e61d25b082df897a8e76e2
| -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 5b6319927731..fe9d41af71f4 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -3161,7 +3161,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 |