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

Commit 68d79b07 authored by Yen-Jen Wang's avatar Yen-Jen Wang
Browse files

Correct comments

PacProxyInstaller had been renamed to PacProxyService
so any comments that refer to it should be updated
accordingly.

Bug: 194984075
Test: refine comments only
Change-Id: I5d8ed07e804471cfcbcc80eca908b18f6557cf79
parent 4e6598ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ public class PacProxyManager {
    }

    /**
     * Updates the PAC Proxy Installer with current Proxy information.
     * Updates the PAC Proxy Service with current Proxy information.
     */
    @RequiresPermission(anyOf = {
            android.Manifest.permission.NETWORK_STACK,
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ public class PacProxyService extends IPacProxyManager.Stub {
    }

    /**
     * Updates the PAC Proxy Installer with current Proxy information. This is called by
     * Updates the PAC Proxy Service with current Proxy information. This is called by
     * the ProxyTracker through PacProxyManager before a broadcast takes place to allow
     * the PacProxyService to indicate that the broadcast should not be sent and the
     * PacProxyService will trigger a new broadcast when it is ready.