Home
last modified time | relevance | path

Searched defs:readResponse (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DRequestGetFolderListing.java60 protected void readResponse(InputStream stream) { in readResponse() method in RequestGetFolderListing
DRequestGetMessage.java64 protected void readResponse(InputStream stream) { in readResponse() method in RequestGetMessage
DRequestGetMessagesListing.java120 protected void readResponse(InputStream stream) { in readResponse() method in RequestGetMessagesListing
DRequestGetMessagesListingForOwnNumber.java139 protected void readResponse(InputStream stream) { in readResponse() method in RequestGetMessagesListingForOwnNumber
DRequest.java162 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in Request
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DRequestGetImageProperties.java59 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in RequestGetImageProperties
DRequestGetImage.java68 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in RequestGetImage
DBipRequest.java143 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BipRequest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullPhoneBook.java97 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequestPullPhoneBook
DBluetoothPbapRequest.java113 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequest
/packages/modules/Wifi/service/java/com/android/server/wifi/entitlement/http/
DHttpClient.java170 private static String readResponse(@NonNull URLConnection connection) throws IOException { in readResponse() method in HttpClient
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java327 public ImapResponse readResponse() throws IOException, MessagingException { in readResponse() method in ImapConnection
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapResponseParser.java134 public ImapResponse readResponse(boolean byeExpected) throws IOException, MessagingException { in readResponse() method in ImapResponseParser
/packages/modules/DnsResolver/
DDnsTlsSocket.cpp620 bool DnsTlsSocket::readResponse() { in readResponse() function in android::net::DnsTlsSocket