/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMasObexClientSession.java | 114 HeaderSet headerset = new HeaderSet(); in connect() local 115 headerset.setHeader(HeaderSet.TARGET, MAS_TARGET); in connect() 117 headerset = mSession.connect(headerset); in connect() 119 if (headerset.getResponseCode() == ResponseCodes.OBEX_HTTP_OK) { in connect()
|
D | BluetoothMnsObexServer.java | 89 HeaderSet headerset; in onPut() local 90 headerset = op.getReceivedHeader(); in onPut() 92 String type = (String) headerset.getHeader(HeaderSet.TYPE); in onPut() 93 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in onPut()
|
D | BluetoothMasRequestGetFolderListingSize.java | 42 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument 43 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
|
D | BluetoothMasRequestGetMessagesListingSize.java | 43 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument 44 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
|
D | BluetoothMasRequestPushMessage.java | 55 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument 57 String handle = (String) headerset.getHeader(HeaderSet.NAME); in readResponseHeaders()
|
D | BluetoothMasRequestGetMessagesListing.java | 118 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument 119 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
|
D | BluetoothMasRequest.java | 158 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/ |
D | ObexAppParameters.java | 60 public static ObexAppParameters fromHeaderSet(HeaderSet headerset) { in fromHeaderSet() argument 62 byte[] raw = (byte[]) headerset.getHeader(HeaderSet.APPLICATION_PARAMETER); in fromHeaderSet() 93 public void addToHeaderSet(HeaderSet headerset) { in addToHeaderSet() argument 95 headerset.setHeader(HeaderSet.APPLICATION_PARAMETER, getHeader()); in addToHeaderSet()
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/ |
D | ObexAppParameters.java | 60 public static ObexAppParameters fromHeaderSet(HeaderSet headerset) { in fromHeaderSet() argument 62 byte[] raw = (byte[]) headerset.getHeader(HeaderSet.APPLICATION_PARAMETER); in fromHeaderSet() 93 public void addToHeaderSet(HeaderSet headerset) { in addToHeaderSet() argument 95 headerset.setHeader(HeaderSet.APPLICATION_PARAMETER, getHeader()); in addToHeaderSet()
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
D | BluetoothPbapRequestPullVcardListingSize.java | 44 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument 47 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
|
D | BluetoothPbapRequestPullPhoneBookSize.java | 44 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument 47 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
|
D | BluetoothPbapRequestPullVcardListing.java | 93 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument 96 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
|
D | BluetoothPbapRequestPullPhoneBook.java | 98 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument 101 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
|
D | BluetoothPbapRequest.java | 119 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
|