Home
last modified time | relevance | path

Searched refs:fine (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/fudger/
DLocationFudgerTest.java74 Location fine = createLocation("test", mRandom); in testCoarsen() local
75 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() local
98 Location coarse = mFudger.createCoarse(fine); in testCoarsen_Consistent()
[all …]
/frameworks/base/services/core/java/com/android/server/location/fudger/
DLocationFudger.java140 public Location createCoarse(Location fine) { in createCoarse() argument
142 if (fine == mCachedFineLocation || fine == mCachedCoarseLocation) { in createCoarse()
150 Location coarse = new Location(fine); in createCoarse()
181 mCachedFineLocation = fine; in createCoarse()
/frameworks/base/services/core/java/com/android/server/location/
DTEST_MAPPING8 "exclude-filter":"android.location.cts.fine.ScanningSettingsTest"
/frameworks/base/core/proto/android/os/
Ddata.proto29 // implement it with fine-grained proto definition.
/frameworks/base/services/core/java/com/android/server/
DTEST_MAPPING8 "exclude-filter":"android.location.cts.fine.ScanningSettingsTest"
/frameworks/rs/
DAndroid.bp408 // Using the ARM version is fine for native_bridge.
/frameworks/base/packages/SettingsLib/DataStore/
DREADME.md72 `KeyedObservable` interface to offer fine-grained observer. Otherwise,
/frameworks/base/packages/SystemUI/docs/
Dexecutors.md290 Here we have more fine-grained control:
/frameworks/base/api/
DAndroid.bp366 // Disable HiddenSuperclass, as Metalava handles this fine (it should be hidden by default)
/frameworks/base/core/java/android/window/
DSurfaceSyncGroup.md54 The above works fine when everything is in process. However, we don't want to expose transactions t…
/frameworks/av/media/libaaudio/
DDoxyfile1060 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1356 # further fine-tune the look of the index. As an example, the default style
/frameworks/av/media/codec2/docs/
Ddoxygen.config1123 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1423 # further fine-tune the look of the index. As an example, the default style
/frameworks/base/media/native/midi/include/
DDoxyfile1173 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1473 # further fine-tune the look of the index. As an example, the default style
/frameworks/wilhelm/doc/
DDoxyfile805 # fine-tune the look of the HTML output. If the tag is left blank doxygen
/frameworks/native/docs/
DDoxyfile955 # fine-tune the look of the HTML output. If left blank doxygen will
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt50556 method public void fine(java.lang.String);