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

Commit 53566b14 authored by Mike Lockwood's avatar Mike Lockwood Committed by The Android Open Source Project
Browse files

AI 144625: Remove unnecessary callback interface from INetworkLocationProvider.

  BUG=1729031

Automated import of CL 144625
parent f113fbe6
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -29,17 +29,6 @@ import java.util.List;
 */
public interface INetworkLocationProvider {

    public interface Callback {

        /**
         * Callback function to notify of a received network location
         *
         * @param location location object that is received. may be null if not a valid location
         * @param successful true if network query was successful, even if no location was found
         */
        void locationReceived(Location location, boolean successful);
    }

    /**
     * Updates the current cell lock status.
     *