Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestGetFolderListing.java59 protected void readResponse(InputStream stream) { in readResponse() method in RequestGetFolderListing
DRequestGetMessage.java62 protected void readResponse(InputStream stream) { in readResponse() method in RequestGetMessage
DRequestGetMessagesListing.java114 protected void readResponse(InputStream stream) { in readResponse() method in RequestGetMessagesListing
DRequest.java146 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in Request
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DRequestGetImageProperties.java59 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in RequestGetImageProperties
DRequestGetImage.java67 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in RequestGetImage
DBipRequest.java148 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BipRequest
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullPhoneBook.java95 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequestPullPhoneBook
DBluetoothPbapRequest.java115 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequest
/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.cpp484 bool DnsTlsSocket::readResponse() { in readResponse() function in android::net::DnsTlsSocket