Searched refs:isSystemThresholdReportingRequestedWhileIdle (Results 1 – 4 of 4) sorted by relevance
74 boolean isSystemThresholdReportingRequestedWhileIdle) { in SignalStrengthUpdateRequest() argument75 validate(signalThresholdInfos, isSystemThresholdReportingRequestedWhileIdle); in SignalStrengthUpdateRequest()80 isSystemThresholdReportingRequestedWhileIdle; in SignalStrengthUpdateRequest()148 boolean isSystemThresholdReportingRequestedWhileIdle) { in setSystemThresholdReportingRequestedWhileIdle() argument150 isSystemThresholdReportingRequestedWhileIdle; in setSystemThresholdReportingRequestedWhileIdle()200 public boolean isSystemThresholdReportingRequestedWhileIdle() { in isSystemThresholdReportingRequestedWhileIdle() method in SignalStrengthUpdateRequest279 boolean isSystemThresholdReportingRequestedWhileIdle) { in validate() argument283 if (infos == null || (infos.isEmpty() && !isSystemThresholdReportingRequestedWhileIdle)) { in validate()
96 assertFalse(request.isSystemThresholdReportingRequestedWhileIdle()); in testPublicConstructorWithValidParam()152 assertFalse(request.isSystemThresholdReportingRequestedWhileIdle()); in testMultipleSignalMeasurementTypeOnSameRan()164 assertFalse(request.isSystemThresholdReportingRequestedWhileIdle()); in testSameSignalMeasurementTypeOnDifferentRan()186 assertThat(request.isSystemThresholdReportingRequestedWhileIdle()).isTrue(); in testSetSystemThresholdReportingRequestedWhileIdleToTrue_withEmptyThresholds()
928 && srr.mRequest.isSystemThresholdReportingRequestedWhileIdle()); in shouldHonorSystemThresholds()974 return request.isSystemThresholdReportingRequestedWhileIdle() in isSignalReportRequestedWhileIdle()
14995 method public boolean isSystemThresholdReportingRequestedWhileIdle();