Merge "Fix the comments of onError() callback" am: 5f291e5e06

am: 802f191b2b

Change-Id: I949d1c3ed1155af86e19428ca1e4877303baaaa7
This commit is contained in:
yinxu
2017-11-14 20:32:59 +00:00
committed by android-build-merger

View File

@@ -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) {}
}