Searched refs:shouldReport (Results 1 – 4 of 4) sorted by relevance
137 assertFalse(mSarInfo.shouldReport()); in testSarInfo_shouldReport_all_wifi_disabled()146 assertTrue(mSarInfo.shouldReport()); in testSarInfo_shouldReport_wifi_enabled()155 assertTrue(mSarInfo.shouldReport()); in testSarInfo_voice_call_wifi_enabled()159 assertTrue(mSarInfo.shouldReport()); in testSarInfo_voice_call_wifi_enabled()168 assertTrue(mSarInfo.shouldReport()); in testSarInfo_earpiece_wifi_enabled()172 assertTrue(mSarInfo.shouldReport()); in testSarInfo_earpiece_wifi_enabled()181 assertTrue(mSarInfo.shouldReport()); in testSarInfo_sap_wifi_enabled()185 assertTrue(mSarInfo.shouldReport()); in testSarInfo_sap_wifi_enabled()
256 boolean shouldReport; in tellClientAlive()271 shouldReport = checkConditionLocked(); in tellClientAlive()273 if (shouldReport) { in tellClientAlive()768 boolean shouldReport; in checkClientStatus()775 shouldReport = checkConditionLocked(); in checkClientStatus()777 if (shouldReport) { in checkClientStatus()786 boolean shouldReport; in checkMainThread()790 shouldReport = checkConditionLocked(); in checkMainThread()792 if (shouldReport) { in checkMainThread()
89 public boolean shouldReport() { in shouldReport() method in SarInfo
484 if (!mSarInfo.shouldReport()) { in updateSarScenario()