Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
H A DCoexUtilsTest.java205 final int maxOverlap = 50; in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap() local
217 harmonicDeg, maxOverlap, POWER_CAP_NONE)) in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap() local
231 harmonicDeg, maxOverlap, POWER_CAP_NONE)) in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap() local
245 harmonicDeg, maxOverlap, POWER_CAP_NONE)) in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap() local
252 final int maxOverlap = 100; in testGet2gHarmonicUnsafeChannels_overlapDoesNotMeetThreshold_returnsNoChannels() local
258 harmonicDeg, maxOverlap, POWER_CAP_NONE)) in testGet2gHarmonicUnsafeChannels_overlapDoesNotMeetThreshold_returnsNoChannels() local
269 final int maxOverlap = 50; in testGet5gHarmonicCoexUnsafeChannels_exampleInputs_returnsCorrectOverlap() local
282 harmonicDeg, maxOverlap, POWER_CAP_NONE)) in testGet5gHarmonicCoexUnsafeChannels_exampleInputs_returnsCorrectOverlap() local
337 final int maxOverlap = 50; in testGet5gHarmonicCoexUnsafeChannels_betweenChan68andChan96_returnsNoChannels() local
355 int maxOverlap = 100; in testGet2gIntermodUnsafeChannels_channel3350Example_returnsCorrectWifiChannels() local
[all …]
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DRecyclerViewCaptureHelper.java131 int maxOverlap = 0; in findChildNearestTarget() local