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