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

Commit 392b0f13 authored by yinxu's avatar yinxu
Browse files

Fix the comments of onError() callback

Bug: 63718613
Test: Basic telephony sanity
Change-Id: Ibb4bf5fd907666d72c40bb0caf505e187937467b
parent 5c7de22a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -73,8 +73,8 @@ public final class TelephonyScanManager {
        /**
        /**
         * Informs the user that there is some error about the scan.
         * 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
         * This callback will be called whenever there is any error about the scan, and the scan
         * won't stop unless the onComplete() callback is called.
         * will be terminated. onComplete() will NOT be called.
         */
         */
        public void onError(int error) {}
        public void onError(int error) {}
    }
    }