Searched refs:fine (Results 1 – 17 of 17) sorted by relevance
74 Location fine = createLocation("test", mRandom); in testCoarsen() local75 fine.setBearing(1); in testCoarsen()76 fine.setSpeed(1); in testCoarsen()77 fine.setAltitude(1); in testCoarsen()79 Location coarse = mFudger.createCoarse(fine); in testCoarsen()82 assertThat(coarse).isNotSameInstanceAs(fine); in testCoarsen()87 assertThat(coarse.distanceTo(fine)).isGreaterThan(1F); in testCoarsen()88 assertThat(coarse).isNearby(fine, MAX_COARSE_FUDGE_DISTANCE_M); in testCoarsen()97 Location fine = createLocation("test", mRandom); in testCoarsen_Consistent() local98 Location coarse = mFudger.createCoarse(fine); in testCoarsen_Consistent()[all …]
140 public Location createCoarse(Location fine) { in createCoarse() argument142 if (fine == mCachedFineLocation || fine == mCachedCoarseLocation) { in createCoarse()150 Location coarse = new Location(fine); in createCoarse()181 mCachedFineLocation = fine; in createCoarse()
8 "exclude-filter":"android.location.cts.fine.ScanningSettingsTest"
29 // implement it with fine-grained proto definition.
408 // Using the ARM version is fine for native_bridge.
72 `KeyedObservable` interface to offer fine-grained observer. Otherwise,
290 Here we have more fine-grained control:
366 // Disable HiddenSuperclass, as Metalava handles this fine (it should be hidden by default)
54 The above works fine when everything is in process. However, we don't want to expose transactions t…
1060 # sheet that is used by each HTML page. It can be used to fine-tune the look of1356 # further fine-tune the look of the index. As an example, the default style
1123 # sheet that is used by each HTML page. It can be used to fine-tune the look of1423 # further fine-tune the look of the index. As an example, the default style
1173 # sheet that is used by each HTML page. It can be used to fine-tune the look of1473 # further fine-tune the look of the index. As an example, the default style
805 # fine-tune the look of the HTML output. If the tag is left blank doxygen
955 # fine-tune the look of the HTML output. If left blank doxygen will
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
50556 method public void fine(java.lang.String);