Home
last modified time | relevance | path

Searched refs:onLocationUpdate (Results 1 – 2 of 2) sorted by relevance

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java366 public void onLocationUpdate(@NonNull LatLng location, in handleBroadcastSms()
897 void onLocationUpdate(@NonNull LatLng location, float accuracy); in onLocationUpdate() method
942 mLocationListener = this::onLocationUpdate; in LocationRequester()
958 private void onLocationUpdate(@NonNull Location location) { in onLocationUpdate() method in CellBroadcastHandler.LocationRequester
973 callback.onLocationUpdate(latLng, accuracy); in onLocationUpdate()
DGsmCellBroadcastHandler.java361 public void onLocationUpdate(@NonNull CbGeoUtils.LatLng location, in handleGeoFencingTriggerMessage()