Home
last modified time | relevance | path

Searched refs:getBugReportThresholdExtraRatio (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DDeviceConfigFacade.java667 public int getBugReportThresholdExtraRatio() { in getBugReportThresholdExtraRatio() method in DeviceConfigFacade
H A DWifiScoreCard.java739 mDeviceConfigFacade.getBugReportThresholdExtraRatio(); in detectAbnormalFailureReason()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiScoreCardTest.java194 when(mDeviceConfigFacade.getBugReportThresholdExtraRatio()).thenReturn(1); in setUp()