Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullVcardListingSize.java47 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequestPullPhoneBookSize.java47 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequestPullVcardListing.java96 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequestPullPhoneBook.java110 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/utils/
DObexAppParameters.java60 public static ObexAppParameters fromHeaderSet(HeaderSet headerset) { in fromHeaderSet() method in ObexAppParameters