diff options
author | 2017-11-14 20:25:16 +0000 | |
---|---|---|
committer | 2017-11-14 20:25:16 +0000 | |
commit | 802f191b2b84a1b1b82c7f6f3268846084b35dfb (patch) | |
tree | 6c311d544d15e39ee1ea7a2afbe561c5dc74b5d0 | |
parent | 2973f63816117a28b496f4b9e4f11df44b88e8b4 (diff) | |
parent | 5f291e5e063eab840492f9a25392c68579bca8ed (diff) |
Merge "Fix the comments of onError() callback"
am: 5f291e5e06
Change-Id: If034888c0baeaae882e150eff477083974541541
-rw-r--r-- | telephony/java/android/telephony/TelephonyScanManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telephony/java/android/telephony/TelephonyScanManager.java b/telephony/java/android/telephony/TelephonyScanManager.java index 92a21b6fb85f..7bcdcdcc30ba 100644 --- a/telephony/java/android/telephony/TelephonyScanManager.java +++ b/telephony/java/android/telephony/TelephonyScanManager.java @@ -73,8 +73,8 @@ public final class TelephonyScanManager { /** * Informs the user that there is some error about the scan. * - * This callback will be called whenever there is any error about the scan, but the scan - * won't stop unless the onComplete() callback is called. + * This callback will be called whenever there is any error about the scan, and the scan + * will be terminated. onComplete() will NOT be called. */ public void onError(int error) {} } |