Searched defs:locationListener (Results 1 – 6 of 6) 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()190 public void requestNetworkLocationUpdates(LocationListener locationListener) { in requestNetworkLocationUpdates()206 public void requestPassiveLocationUpdates(LocationListener locationListener, int minTimeMsec) { in requestPassiveLocationUpdates()
93 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in waitForRegularGnssLocations() local
42 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkGnssChange() local
139 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold() local
151 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testUtcToElapsedRealtimeDriftAtInterval() local
559 val locationListener = object : LocationListener { in nativeNoteOp() constant