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

Commit fc81eab1 authored by Michele's avatar Michele
Browse files

Add javadoc @see to methods affected by resetAllCarrierActions

Bug: 143548877
Test: make
Change-Id: I3792bff727d87d30ea90db202b594df3d16a8afb
parent dc20cafc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -10272,6 +10272,7 @@ public class TelephonyManager {
     * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE}.
     *
     * @param enabled control enable or disable carrier data.
     * @see #resetAllCarrierActions()
     * @hide
     */
    @SystemApi
@@ -10298,6 +10299,7 @@ public class TelephonyManager {
     * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE}.
     *
     * @param enabled control enable or disable radio.
     * @see #resetAllCarrierActions()
     * @hide
     */
    @SystemApi
@@ -10324,6 +10326,7 @@ public class TelephonyManager {
     * {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE}.
     *
     * @param report control start/stop reporting network status.
     * @see #resetAllCarrierActions()
     * @hide
     */
    @SystemApi