Searched refs:checkResponseCode (Results 1 – 2 of 2) sorted by relevance
94 checkResponseCode(mResponseCode); in execute()127 protected void checkResponseCode(int responseCode) throws IOException { in checkResponseCode() method in BluetoothPbapRequest
136 checkResponseCode(connection); in getOrPost()139 checkResponseCode(connection); in getOrPost()150 private static void checkResponseCode(HttpURLConnection connection) throws IOException { in checkResponseCode() method in Http