From f2812a91e0957bebbed1afb2f2b91ca12e4cb6d4 Mon Sep 17 00:00:00 2001 From: Sooraj Sasindran Date: Fri, 12 Aug 2022 00:41:35 +0000 Subject: [PATCH] Remove the suggestion to AsyncTask.SERIAL_EXECUTOR Bug: 242220307 Change-Id: I7a7614e9764b26a34b9bcad16b05b521f7f9ff63 --- telephony/java/android/telephony/TelephonyManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 1990b0162d26a..3909e432ac7a2 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -8812,7 +8812,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. */ @@ -8857,7 +8857,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. */