Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSarInfoTest.java137 assertFalse(mSarInfo.shouldReport()); in testSarInfo_shouldReport_all_wifi_disabled()
146 assertTrue(mSarInfo.shouldReport()); in testSarInfo_shouldReport_wifi_enabled()
155 assertFalse(mSarInfo.shouldReport()); in testSarInfo_check_sensor_wifi_disabled()
164 assertTrue(mSarInfo.shouldReport()); in testSarInfo_check_sensor_wifi_enabled()
168 assertTrue(mSarInfo.shouldReport()); in testSarInfo_check_sensor_wifi_enabled()
180 assertTrue(mSarInfo.shouldReport()); in testSarInfo_check_sensor_multiple_wifi_enabled()
183 assertFalse(mSarInfo.shouldReport()); in testSarInfo_check_sensor_multiple_wifi_enabled()
194 assertTrue(mSarInfo.shouldReport()); in testSarInfo_check_sensor_multiple_values_wifi_enabled()
198 assertTrue(mSarInfo.shouldReport()); in testSarInfo_check_sensor_multiple_values_wifi_enabled()
202 assertTrue(mSarInfo.shouldReport()); in testSarInfo_check_sensor_multiple_values_wifi_enabled()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSarInfo.java103 public boolean shouldReport() { in shouldReport() method in SarInfo
DSarManager.java571 if (!mSarInfo.shouldReport()) { in updateSarScenario()