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

Commit 4f8fe45e authored by Nathan Harold's avatar Nathan Harold
Browse files

Fix inconsistant nullability doc on onCellInfo()

Remove an incorrect statement that CellInfo can be null in
CellInfoCallback#onCellInfo().

Bug: 204475683
Test: compilation (docstring-only change)
Change-Id: I8decd8ebb0f1df92e23f76610594d03ba0a37fe1
parent d5a3ba98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6559,7 +6559,7 @@ public class TelephonyManager {
         * list will be provided. If an error occurs, null will be provided unless the onError
         * 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()}
         */