Searched refs:ChildLocationListener (Results 1 – 1 of 1) sorted by relevance
68 private final ChildLocationListener mGpsListener;69 private final ChildLocationListener mNetworkListener;89 mGpsListener = new ChildLocationListener(GPS_PROVIDER); in FusedLocationProvider()90 mNetworkListener = new ChildLocationListener(NETWORK_PROVIDER); in FusedLocationProvider()248 private class ChildLocationListener implements LocationListener { class in FusedLocationProvider260 ChildLocationListener(String provider) { in ChildLocationListener() method in FusedLocationProvider.ChildLocationListener