Home
last modified time | relevance | path

Searched refs:headerset (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasObexClientSession.java114 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()
DBluetoothMnsObexServer.java89 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()
DBluetoothMasRequestGetFolderListingSize.java42 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
43 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothMasRequestGetMessagesListingSize.java43 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
44 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothMasRequestPushMessage.java55 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
57 String handle = (String) headerset.getHeader(HeaderSet.NAME); in readResponseHeaders()
DBluetoothMasRequestGetMessagesListing.java118 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
119 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothMasRequest.java158 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
DObexAppParameters.java60 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/
DObexAppParameters.java60 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/
DBluetoothPbapRequestPullVcardListingSize.java44 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
47 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequestPullPhoneBookSize.java44 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
47 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequestPullVcardListing.java93 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
96 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequestPullPhoneBook.java98 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument
101 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequest.java119 protected void readResponseHeaders(HeaderSet headerset) { in readResponseHeaders() argument