Searched defs:httpResponseCode (Results 1 – 5 of 5) sorted by relevance
| /packages/modules/NetworkStack/common/ |
| D | CaptivePortalProbeResult.java | 56 public CaptivePortalProbeResult(int httpResponseCode) { in CaptivePortalProbeResult() 60 public CaptivePortalProbeResult(int httpResponseCode, @Nullable String redirectUrl, in CaptivePortalProbeResult() 65 public CaptivePortalProbeResult(int httpResponseCode, @Nullable String redirectUrl, in CaptivePortalProbeResult()
|
| /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/CaptivePortalLogin/src/com/android/captiveportallogin/ |
| D | CaptivePortalLoginActivity.java | 395 int httpResponseCode, String locationHeader, CaptivePortalProbeSpec probeSpec) { in isDismissed()
|
| /packages/modules/NetworkStack/src/com/android/server/connectivity/ |
| D | NetworkMonitor.java | 1599 int httpResponseCode = CaptivePortalProbeResult.FAILED_CODE; in sendHttpProbe() local 1672 logValidationProbe(probeTimer.stop(), probeType, httpResponseCode); in sendHttpProbe() local
|