Home
last modified time | relevance | path

Searched refs:checkResponseCode (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequest.java94 checkResponseCode(mResponseCode); in execute()
127 protected void checkResponseCode(int responseCode) throws IOException { in checkResponseCode() method in BluetoothPbapRequest
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DHttp.java136 checkResponseCode(connection); in getOrPost()
139 checkResponseCode(connection); in getOrPost()
150 private static void checkResponseCode(HttpURLConnection connection) throws IOException { in checkResponseCode() method in Http