Searched defs:httpResponseCode (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | AfcServerResponseTest.java | 229 int httpResponseCode = 200; in testSuccessfulResponse() local 245 int httpResponseCode = 200; in testExpireTimeSetCorrectly() local 268 int httpResponseCode = 200; in testResponseWithEmptyFrequencyArray() local 285 int httpResponseCode = 200; in testResponseWithEmptyChannelArray() local 301 int httpResponseCode = 200; in testGeneralFailureResponse() local 315 int httpResponseCode = 200; in testProtocolErrorResponse() local 329 int httpResponseCode = 200; in testMessageExchangeErrorResponse() local 344 int httpResponseCode = 500; in testNoCrashOnNullInquiryResponse() local
|
/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/ |
D | CaptivePortalProbeResult.java | 86 public CaptivePortalProbeResult(int httpResponseCode, @ProbeType int probeType) { in CaptivePortalProbeResult() 90 public CaptivePortalProbeResult(int httpResponseCode, @Nullable String redirectUrl, in CaptivePortalProbeResult() 95 public CaptivePortalProbeResult(int httpResponseCode, @Nullable String redirectUrl, in CaptivePortalProbeResult()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | AfcServerResponse.java | 64 public static AfcServerResponse fromSpectrumInquiryResponse(int httpResponseCode, in fromSpectrumInquiryResponse() 249 public void setHttpResponseCode(int httpResponseCode) { in setHttpResponseCode()
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | LoggingBindingsStub.java | 61 long latency, int httpResponseCode, PeopleApiLookupError.Type errorType) {} in logPeopleApiLookupReportWithError() 64 public void logSuccessfulPeopleApiLookupReport(long latency, int httpResponseCode) {} in logSuccessfulPeopleApiLookupReport()
|
D | LoggingBindings.java | 88 long latency, int httpResponseCode, PeopleApiLookupError.Type errorType); in logPeopleApiLookupReportWithError() 91 void logSuccessfulPeopleApiLookupReport(long latency, int httpResponseCode); in logSuccessfulPeopleApiLookupReport()
|
/packages/modules/NetworkStack/src/android/net/captiveportal/ |
D | CapportApiProbeResult.java | 38 public CapportApiProbeResult(int httpResponseCode, @Nullable String redirectUrl, in CapportApiProbeResult()
|
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
D | CaptivePortalLoginActivity.java | 733 int httpResponseCode, String locationHeader, CaptivePortalProbeSpec probeSpec) { in isDismissed()
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 3006 int httpResponseCode = CaptivePortalProbeResult.FAILED_CODE; in sendHttpProbe() local 3092 logValidationProbe(probeTimer.stop(), probeType, httpResponseCode); in sendHttpProbe() local
|