AI 144626: am: CL 144625 Remove unnecessary callback interface from INetworkLocationProvider.
BUG=1729031 Original author: lockwood Automated import of CL 144626
This commit is contained in:
committed by
The Android Open Source Project
parent
a3e952e325
commit
0bd928fff7
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user