Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullVcardListingSize.java21 import com.android.bluetooth.pbapclient.utils.ObexAppParameters;
38 ObexAppParameters oap = new ObexAppParameters(); in BluetoothPbapRequestPullVcardListingSize()
47 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequestPullPhoneBookSize.java21 import com.android.bluetooth.pbapclient.utils.ObexAppParameters;
38 ObexAppParameters oap = new ObexAppParameters(); in BluetoothPbapRequestPullPhoneBookSize()
47 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequestPullVcardListing.java21 import com.android.bluetooth.pbapclient.utils.ObexAppParameters;
59 ObexAppParameters oap = new ObexAppParameters(); in BluetoothPbapRequestPullVcardListing()
96 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequestPullPhoneBook.java23 import com.android.bluetooth.pbapclient.utils.ObexAppParameters;
63 ObexAppParameters oap = new ObexAppParameters(); in BluetoothPbapRequestPullPhoneBook()
110 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
DBluetoothPbapRequestPullVcardEntry.java23 import com.android.bluetooth.pbapclient.utils.ObexAppParameters;
57 ObexAppParameters oap = new ObexAppParameters(); in BluetoothPbapRequestPullVcardEntry()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/utils/
DObexAppParameters.java26 public final class ObexAppParameters { class
30 public ObexAppParameters() { in ObexAppParameters() method in ObexAppParameters
34 public ObexAppParameters(byte[] raw) { in ObexAppParameters() method in ObexAppParameters
60 public static ObexAppParameters fromHeaderSet(HeaderSet headerset) { in fromHeaderSet()
63 return new ObexAppParameters(raw); in fromHeaderSet()