Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DRequestGetFolderListing.java59 protected void readResponse(InputStream stream) { in readResponse() method in RequestGetFolderListing
H A DRequestGetMessage.java62 protected void readResponse(InputStream stream) { in readResponse() method in RequestGetMessage
H A DRequestGetMessagesListing.java114 protected void readResponse(InputStream stream) { in readResponse() method in RequestGetMessagesListing
H A DRequest.java146 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in Request
/aosp12/frameworks/av/media/mtp/
H A DMtpEventPacket.cpp64 int MtpEventPacket::readResponse(struct usb_device *device) { in readResponse() function in android::MtpEventPacket
H A DMtpDevice.cpp916 MtpResponseCode MtpDevice::readResponse() { in readResponse() function in android::MtpDevice
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
H A DRequestGetImageProperties.java59 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in RequestGetImageProperties
H A DRequestGetImage.java67 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in RequestGetImage
H A DBipRequest.java148 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BipRequest
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapRequestPullPhoneBook.java95 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequestPullPhoneBook
H A DBluetoothPbapRequest.java115 protected void readResponse(InputStream stream) throws IOException { in readResponse() method in BluetoothPbapRequest
/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
H A DHttpClient.java153 private static String readResponse(URLConnection connection) throws IOException { in readResponse() method in HttpClient
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
H A DImapConnection.java327 public ImapResponse readResponse() throws IOException, MessagingException { in readResponse() method in ImapConnection
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
H A DImapResponseParser.java134 public ImapResponse readResponse(boolean byeExpected) throws IOException, MessagingException { in readResponse() method in ImapResponseParser
/aosp12/packages/modules/DnsResolver/
H A DDnsTlsSocket.cpp621 bool DnsTlsSocket::readResponse() { in readResponse() function in android::net::DnsTlsSocket