Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60a2f165 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove the suggestion to AsyncTask.SERIAL_EXECUTOR" am: 863a88ef am:...

Merge "Remove the suggestion to AsyncTask.SERIAL_EXECUTOR" am: 863a88ef am: 82c1a3d0 am: abab02f6 am: b1f233a1 am: 9b90c21c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2185016



Change-Id: I0306832991676dcf76faddb62ae4014ecab572b9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ca6bc0f9 9b90c21c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9088,7 +9088,7 @@ public class TelephonyManager {
     * @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
     *        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.
     * @return A NetworkScan obj which contains a callback which can be used to stop the scan.
     */
@@ -9132,7 +9132,7 @@ public class TelephonyManager {
     * @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
     *        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.
     * @return A NetworkScan obj which contains a callback which can be used to stop the scan.
     */