Searched refs:AppParamValue (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServerTest.java | 62 import com.android.bluetooth.pbap.BluetoothPbapObexServer.AppParamValue; 468 mServer.setConnAppParamValue(new AppParamValue()); in testOnGet_whenNameIsNotSet_andTypeIsListing_success() 500 mServer.setConnAppParamValue(new AppParamValue()); in testOnGet_whenNameIsNotSet_andTypeIsPb_success() 566 mServer.setConnAppParamValue(new AppParamValue()); in testOnGet_whenNameIsSet_andTypeIsListing_success() 598 mServer.setConnAppParamValue(new AppParamValue()); in testOnGet_whenNameIsSet_andTypeIsPb_success() 696 AppParamValue value = new AppParamValue(); in setCallversionCounters() 783 AppParamValue appParamValue = new AppParamValue(); in parseApplicationParameter_withInvalidTripletTagid_returnsFalse() 803 AppParamValue appParamValue = new AppParamValue(); in parseApplicationParameter_withPropertySelectorTagid() 815 AppParamValue appParamValue = new AppParamValue(); in parseApplicationParameter_withSupportedFeatureTagid() 825 AppParamValue appParamValue = new AppParamValue(); in parseApplicationParameter_withOrderTagid() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 212 private AppParamValue mConnAppParamValue; 310 mConnAppParamValue = new AppParamValue(); in onConnect() 440 AppParamValue appParamValue = new AppParamValue(); in onGet() 659 public static class AppParamValue { class in BluetoothPbapObexServer 692 public AppParamValue() { in AppParamValue() method in BluetoothPbapObexServer.AppParamValue 734 boolean parseApplicationParameter(final byte[] appParam, AppParamValue appParamValue) { in parseApplicationParameter() 852 AppParamValue appParamValue, Operation op, int needSendBody, int size) { in sendVcardListingXml() 925 AppParamValue appParamValue, in createList() 1101 AppParamValue appParamValue, int size, HeaderSet reply, Operation op, String name) { in handleAppParaForResponse() 1290 AppParamValue appParamValue, HeaderSet reply, Operation op, String name) { in pullVcardListing() [all …]
|