Merge "Remove the suggestion to AsyncTask.SERIAL_EXECUTOR" am: 863a88ef07
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2185016 Change-Id: Ic35c9c2bff296f0f8419354e9a79ebcbb3fad57b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -8970,7 +8970,7 @@ public class TelephonyManager {
|
|||||||
* @param executor The executor through which the callback should be invoked. Since the scan
|
* @param executor The executor through which the callback should be invoked. Since the scan
|
||||||
* request may trigger multiple callbacks and they must be invoked in the same order as
|
* request may trigger multiple callbacks and they must be invoked in the same order as
|
||||||
* they are received by the platform, the user should provide an executor which executes
|
* they are received by the platform, the user should provide an executor which executes
|
||||||
* tasks one at a time in serial order. For example AsyncTask.SERIAL_EXECUTOR.
|
* tasks one at a time in serial order.
|
||||||
* @param callback Returns network scan results or errors.
|
* @param callback Returns network scan results or errors.
|
||||||
* @return A NetworkScan obj which contains a callback which can be used to stop the scan.
|
* @return A NetworkScan obj which contains a callback which can be used to stop the scan.
|
||||||
*/
|
*/
|
||||||
@@ -9014,7 +9014,7 @@ public class TelephonyManager {
|
|||||||
* @param executor The executor through which the callback should be invoked. Since the scan
|
* @param executor The executor through which the callback should be invoked. Since the scan
|
||||||
* request may trigger multiple callbacks and they must be invoked in the same order as
|
* request may trigger multiple callbacks and they must be invoked in the same order as
|
||||||
* they are received by the platform, the user should provide an executor which executes
|
* they are received by the platform, the user should provide an executor which executes
|
||||||
* tasks one at a time in serial order. For example AsyncTask.SERIAL_EXECUTOR.
|
* tasks one at a time in serial order.
|
||||||
* @param callback Returns network scan results or errors.
|
* @param callback Returns network scan results or errors.
|
||||||
* @return A NetworkScan obj which contains a callback which can be used to stop the scan.
|
* @return A NetworkScan obj which contains a callback which can be used to stop the scan.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user