diff options
author | Wink Saville <wink@google.com> | 2013-04-09 16:19:27 -0700 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2013-04-09 16:19:27 -0700 |
commit | e5ac8217727e792fc378e70d7439b373952e7674 (patch) | |
tree | edacae9096cd2c090f9b349bfb88cd0610aff3a5 /telephony/java | |
parent | 0a17eb09f0639ae93747b4bbdbfa2d04b3804d80 (diff) | |
download | frameworks_base-e5ac8217727e792fc378e70d7439b373952e7674.zip frameworks_base-e5ac8217727e792fc378e70d7439b373952e7674.tar.gz frameworks_base-e5ac8217727e792fc378e70d7439b373952e7674.tar.bz2 |
Update function comment for getAllCellInfo
Bug: 8235566
Change-Id: Iae9b11480605d5302ee45601d1357fc07f9bd3e1
Diffstat (limited to 'telephony/java')
-rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index a30f87d..6400e68 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -1341,7 +1341,8 @@ public class TelephonyManager { } /** - * Returns all observed cell information of the device. + * Returns all observed cell information of the device. This does + * not cause or change the rate of PhoneStateListner#onCellInfoChanged. * * @return List of CellInfo or null if info unavailable. * |