Searched refs:onLocationUpdate (Results 1 – 2 of 2) sorted by relevance
366 public void onLocationUpdate(@NonNull LatLng location, in handleBroadcastSms()897 void onLocationUpdate(@NonNull LatLng location, float accuracy); in onLocationUpdate() method942 mLocationListener = this::onLocationUpdate; in LocationRequester()958 private void onLocationUpdate(@NonNull Location location) { in onLocationUpdate() method in CellBroadcastHandler.LocationRequester973 callback.onLocationUpdate(latLng, accuracy); in onLocationUpdate()
361 public void onLocationUpdate(@NonNull CbGeoUtils.LatLng location, in handleGeoFencingTriggerMessage()