Searched refs:propertySelector (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 594 public byte[] propertySelector; field in BluetoothPbapObexServer.AppParamValue 617 propertySelector = new byte[]{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; in AppParamValue() 643 appParamValue.propertySelector[index] = appParam[i + index]; in parseApplicationParameter() 1204 appParamValue.ignorefilter ? null : appParamValue.propertySelector); in pullVcardEntry() 1208 mOrderBy, appParamValue.ignorefilter, appParamValue.propertySelector); in pullVcardEntry() 1220 appParamValue.propertySelector, appParamValue.vCardSelector, in pullVcardEntry() 1283 appParamValue.ignorefilter ? null : appParamValue.propertySelector); in pullPhonebook() 1289 appParamValue.propertySelector, appParamValue.vCardSelector, in pullPhonebook() 1295 appParamValue.propertySelector, appParamValue.vCardSelector, in pullPhonebook() 1301 appParamValue.ignorefilter, appParamValue.propertySelector, in pullPhonebook()
|