HomeSort by relevance Sort by last modified time
    Searched refs:getStatusCode (Results 26 - 50 of 81) sorted by null

12 3 4

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
HttpHelper.java 134 public int getStatusCode() {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 124 if (resp.getStatusLine().getStatusCode() == HttpStatus.SC_OK) {
194 if (resp.getStatusLine().getStatusCode() == HttpStatus.SC_OK) {
208 if (resp.getStatusLine().getStatusCode() == HttpStatus.SC_UNAUTHORIZED) {
  /external/nist-sip/java/gov/nist/javax/sip/header/
StatusLine.java 131 * @see gov.nist.javax.sip.header.SipStatusLine#getStatusCode()
133 public int getStatusCode() {
  /packages/apps/Browser/src/com/android/browser/
FetchUrlMimeType.java 85 if (response.getStatusLine().getStatusCode() == 200) {
DownloadTouchIcon.java 129 if (response.getStatusLine().getStatusCode() == 200) {
GoogleAccountLogin.java 118 int status = response.getStatusLine().getStatusCode();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 511 && transactionResponse.getStatusCode() / 100 == 1) {
527 * if (dialog != null && transactionResponse.getStatusCode() != 100 &&
608 int statusCode = transactionResponse.getStatusCode();
    [all...]
SIPServerTransaction.java     [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 184 if (status.getStatusCode() != HTTP_STATUS_OK) {
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 191 if (status.getStatusCode() != HTTP_STATUS_OK) {
  /external/apache-http/src/org/apache/http/impl/
AbstractHttpClientConnection.java 181 if (response.getStatusLine().getStatusCode() >= 200) {
AbstractHttpServerConnection.java 172 if (response.getStatusLine().getStatusCode() >= 200) {
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRedirectHandler.java 81 int statusCode = response.getStatusLine().getStatusCode();
  /frameworks/base/services/java/com/android/server/location/
GpsXtraDownloader.java 132 if (status.getStatusCode() != 200) { // HTTP 200 is success.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
UrlOpener.java 132 int statusCode = response.getStatusLine().getStatusCode();
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java     [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
FsUtils.java 163 if (response.getStatusLine().getStatusCode() != HttpStatus.SC_OK) {
229 if (response.getStatusLine().getStatusCode() != HttpStatus.SC_OK) {
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 177 if (challenge.getStatusCode() == Response.UNAUTHORIZED) {
179 } else if (challenge.getStatusCode() == Response.PROXY_AUTHENTICATION_REQUIRED) {
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java     [all...]
  /cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java 125 assertEquals(200, response.getStatusLine().getStatusCode());
  /cts/tools/host/src/com/android/cts/
TestDevice.java     [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 258 final int statusCode = response.getStatusLine().getStatusCode();
  /external/apache-http/src/org/apache/http/message/
BasicLineFormatter.java 272 buffer.append(Integer.toString(statline.getStatusCode()));
  /external/apache-http/src/org/apache/http/protocol/
HttpService.java 165 if (response.getStatusLine().getStatusCode() < 200) {
  /frameworks/base/core/java/android/net/http/
HttpsConnection.java 228 statusCode = statusLine.getStatusCode();

Completed in 1569 milliseconds

12 3 4