Home
last modified time | relevance | path

Searched refs:fromHeaderSet (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapRequestPullPhoneBookSize.java56 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
H A DBluetoothPbapRequestPullPhoneBook.java108 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
H A DObexAppParameters.java60 public static ObexAppParameters fromHeaderSet(HeaderSet headerset) { in fromHeaderSet() method in ObexAppParameters
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DRequestGetMessagesListing.java120 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
H A DObexAppParameters.java60 public static ObexAppParameters fromHeaderSet(HeaderSet headerset) { in fromHeaderSet() method in ObexAppParameters
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMnsObexServer.java118 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in onPut()