Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java787 nameList.size() >= appParamValue.maxListCount ? appParamValue.maxListCount in sendVcardListingXml()
826 nameList.size() >= appParamValue.maxListCount ? appParamValue.maxListCount in createList()
1222 appParamValue.ignorefilter ? null : appParamValue.propertySelector); in pullVcardEntry()
1226 mOrderBy, appParamValue.ignorefilter, appParamValue.propertySelector); in pullVcardEntry()
1238 appParamValue.propertySelector, appParamValue.vCardSelector, in pullVcardEntry()
1274 pbSize >= appParamValue.maxListCount ? appParamValue.maxListCount : pbSize; in pullPhonebook()
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()
[all …]