Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java273 requestLocationUpdate(location -> { in handleBroadcastSms()
450 protected void requestLocationUpdate(LocationUpdateCallback callback, int maximumWaitTimeSec) { in requestLocationUpdate() method in CellBroadcastHandler
451 mLocationRequester.requestLocationUpdate(callback, maximumWaitTimeSec); in requestLocationUpdate()
646 void requestLocationUpdate(@NonNull LocationUpdateCallback callback, in requestLocationUpdate() method in CellBroadcastHandler.LocationRequester
DGsmCellBroadcastHandler.java206 requestLocationUpdate(location -> { in handleGeoFencingTriggerMessage()