Merge "Fix inconsistant nullability doc on onCellInfo()" am: 991fa9e77b

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

Change-Id: Iea88e4f85ab8da91c5e3d7c362a4ff00c5c937ec
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-08-09 21:06:58 +00:00
committed by Automerger Merge Worker

View File

@@ -6641,7 +6641,7 @@ public class TelephonyManager {
* list will be provided. If an error occurs, null will be provided unless the onError * list will be provided. If an error occurs, null will be provided unless the onError
* callback is overridden. * callback is overridden.
* *
* @param cellInfo a list of {@link CellInfo}, an empty list, or null. * @param cellInfo a list of {@link CellInfo} or an empty list.
* *
* {@see android.telephony.TelephonyManager#getAllCellInfo getAllCellInfo()} * {@see android.telephony.TelephonyManager#getAllCellInfo getAllCellInfo()}
*/ */