Searched refs:getStatusCode (Results 1 - 17 of 17) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DMoveItemsParser.java51 public int getStatusCode() { method in class:MoveItemsParser
H A DItemOperationsParser.java43 public int getStatusCode() { method in class:ItemOperationsParser
H A DAttachmentLoader.java168 if (p.getStatusCode() == 1 /* Success */) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DHttpHelper.java134 public int getStatusCode() { method in class:HttpHelper.HttpException
/packages/apps/Browser/src/com/android/browser/
H A DFetchUrlMimeType.java95 if (response.getStatusLine().getStatusCode() == 200) {
H A DDownloadTouchIcon.java129 if (response.getStatusLine().getStatusCode() == 200) {
H A DGoogleAccountLogin.java118 int status = response.getStatusLine().getStatusCode();
/packages/apps/Exchange/src/com/android/exchange/
H A DEasResponse.java69 int status = response.getStatusLine().getStatusCode();
H A DEasSyncService.java1100 int statusCode = p.getStatusCode();
/packages/apps/Browser/src/com/android/browser/search/
H A DOpenSearchSearchEngine.java178 if (response.getStatusLine().getStatusCode() == 200) {
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasLoadAttachment.java318 success = (parser.getStatusCode() == 1);
H A DEasMoveItems.java136 final int status = parser.getStatusCode();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DGoogleSuggestClient.java117 if (response.getStatusLine().getStatusCode() == 200) {
/packages/apps/Mms/src/com/android/mms/transaction/
H A DHttpUtils.java204 if (status.getStatusCode() != 200) { // HTTP 200 is success.
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiStatusTest.java396 if (response.getStatusLine().getStatusCode() == 200) {
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java739 if (response.getStatusLine().getStatusCode() == 200) {
/packages/apps/Settings/src/com/android/settings/wfd/
H A DWifiDisplaySettings.java674 if (route.getStatusCode() == MediaRouter.RouteInfo.STATUS_IN_USE) {

Completed in 3191 milliseconds