Searched refs:propertySelector (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 610 public byte[] propertySelector; field in BluetoothPbapObexServer.AppParamValue 633 propertySelector = new byte[]{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; in AppParamValue() 659 appParamValue.propertySelector[index] = appParam[i + index]; in parseApplicationParameter() 1222 appParamValue.ignorefilter ? null : appParamValue.propertySelector); in pullVcardEntry() 1226 mOrderBy, appParamValue.ignorefilter, appParamValue.propertySelector); in pullVcardEntry() 1238 appParamValue.propertySelector, appParamValue.vCardSelector, in pullVcardEntry() 1320 appParamValue.ignorefilter ? null : appParamValue.propertySelector); in pullPhonebook() 1326 appParamValue.propertySelector, appParamValue.vCardSelector, in pullPhonebook() 1332 appParamValue.propertySelector, appParamValue.vCardSelector, in pullPhonebook() 1338 appParamValue.ignorefilter, appParamValue.propertySelector, in pullPhonebook()
|