Searched refs:recordOverallStatus (Results 1 – 4 of 4) sorted by relevance
363 verify(mockMetrics, times(numIter)).recordOverallStatus( in testRangingFlow()447 verify(mockMetrics).recordOverallStatus(WifiMetricsProto.WifiRttLog.OVERALL_SUCCESS); in testRangingFlowUsingAwarePeerHandles()567 verify(mockMetrics).recordOverallStatus(WifiMetricsProto.WifiRttLog.OVERALL_HAL_FAILURE); in testRangingFlowHalFailure()568 verify(mockMetrics, times(numIter - 1)).recordOverallStatus( in testRangingFlowHalFailure()606 verify(mockMetrics).recordOverallStatus( in testRangingRequestWithoutRuntimePermission()688 verify(mockMetrics, times(numIter / 2)).recordOverallStatus( in testBinderDeathOfRangingApp()831 verify(mockMetrics).recordOverallStatus(WifiMetricsProto.WifiRttLog.OVERALL_SUCCESS); in testCancelRangingPartialMatch()874 verify(mockMetrics).recordOverallStatus(WifiMetricsProto.WifiRttLog.OVERALL_SUCCESS); in testUnexpectedResult()922 verify(mockMetrics).recordOverallStatus(WifiMetricsProto.WifiRttLog.OVERALL_SUCCESS); in testMissingResults()966 verify(mockMetrics).recordOverallStatus(WifiMetricsProto.WifiRttLog.OVERALL_SUCCESS); in testMissingAllResults()[all …]
653 mDut.recordOverallStatus(status); in recordOverallStatusNTimes()
539 mRttMetrics.recordOverallStatus( in startRanging()729 mRttMetrics.recordOverallStatus( in cleanUpOnDisable()811 mRttMetrics.recordOverallStatus(WifiMetricsProto.WifiRttLog.OVERALL_TIMEOUT); in timeoutRangingRequest()830 mRttMetrics.recordOverallStatus(WifiMetricsProto.WifiRttLog.OVERALL_THROTTLE); in queueRangingRequest()940 mRttMetrics.recordOverallStatus( in startRanging()964 mRttMetrics.recordOverallStatus(WifiMetricsProto.WifiRttLog.OVERALL_THROTTLE); in startRanging()992 mRttMetrics.recordOverallStatus( in startRanging()1141 mRttMetrics.recordOverallStatus( in processAwarePeerHandles()1266 mRttMetrics.recordOverallStatus(WifiMetricsProto.WifiRttLog.OVERALL_SUCCESS); in onRangingResults()1277 mRttMetrics.recordOverallStatus( in onRangingResults()
231 public void recordOverallStatus(int status) { in recordOverallStatus() method in RttMetrics