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

Commit cdf403a4 authored by yinxu's avatar yinxu Committed by android-build-merger
Browse files

Merge "Fix the comments of onError() callback" am: 5f291e5e am: 802f191b

am: 5b88b690

Change-Id: I54a9769dc9c62bce97205fe534f38cf27d0a5f8b
parents 6e2a6cfc 5b88b690
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -73,8 +73,8 @@ public final class TelephonyScanManager {
        /**
         * Informs the user that there is some error about the scan.
         *
         * This callback will be called whenever there is any error about the scan, but the scan
         * won't stop unless the onComplete() callback is called.
         * This callback will be called whenever there is any error about the scan, and the scan
         * will be terminated. onComplete() will NOT be called.
         */
        public void onError(int error) {}
    }