Searched defs:locationListener (Results 1 – 7 of 7) sorted by relevance
138 LocationListener locationListener) { in requestLowPowerModeGnssLocationUpdates()165 public void requestLocationUpdates(LocationListener locationListener, int minTimeMsec) { in requestLocationUpdates()181 public void requestLocationUpdates(LocationListener locationListener) { in requestLocationUpdates()191 public boolean requestNetworkLocationUpdates(LocationListener locationListener) { in requestNetworkLocationUpdates()209 public void requestPassiveLocationUpdates(LocationListener locationListener, int minTimeMsec) { in requestPassiveLocationUpdates()
95 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in waitForRegularGnssLocations() local
97 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testInjectGnssMeasurementCorrections() local
63 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkGnssChange() local
147 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold() local
170 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testUtcToElapsedRealtimeDriftAtInterval() local
563 val locationListener = object : LocationListener { in nativeNoteOp() constant