AI 144625: Remove unnecessary callback interface from INetworkLocationProvider.

BUG=1729031

Automated import of CL 144625
This commit is contained in:
Mike Lockwood
2009-04-06 06:01:47 -07:00
committed by The Android Open Source Project
parent f113fbe67b
commit 53566b140f

View File

@@ -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.
*