Searched refs:ObexAppParameters (Results 1 – 6 of 6) sorted by relevance
21 import com.android.bluetooth.pbapclient.utils.ObexAppParameters;38 ObexAppParameters oap = new ObexAppParameters(); in BluetoothPbapRequestPullVcardListingSize()47 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
21 import com.android.bluetooth.pbapclient.utils.ObexAppParameters;38 ObexAppParameters oap = new ObexAppParameters(); in BluetoothPbapRequestPullPhoneBookSize()47 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
21 import com.android.bluetooth.pbapclient.utils.ObexAppParameters;59 ObexAppParameters oap = new ObexAppParameters(); in BluetoothPbapRequestPullVcardListing()96 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
23 import com.android.bluetooth.pbapclient.utils.ObexAppParameters;63 ObexAppParameters oap = new ObexAppParameters(); in BluetoothPbapRequestPullPhoneBook()110 ObexAppParameters oap = ObexAppParameters.fromHeaderSet(headerset); in readResponseHeaders()
23 import com.android.bluetooth.pbapclient.utils.ObexAppParameters;57 ObexAppParameters oap = new ObexAppParameters(); in BluetoothPbapRequestPullVcardEntry()
26 public final class ObexAppParameters { class30 public ObexAppParameters() { in ObexAppParameters() method in ObexAppParameters34 public ObexAppParameters(byte[] raw) { in ObexAppParameters() method in ObexAppParameters60 public static ObexAppParameters fromHeaderSet(HeaderSet headerset) { in fromHeaderSet()63 return new ObexAppParameters(raw); in fromHeaderSet()