Home
last modified time | relevance | path

Searched defs:requestSize (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java542 int requestSize = nameList.size() >= maxListCount ? maxListCount : nameList.size(); in sendVcardListingXml() local
576 int requestSize = numberList.size() >= maxListCount ? maxListCount : numberList in sendVcardListingXml() local
613 int requestSize = nameList.size() >= maxListCount ? maxListCount : nameList.size(); in sendVcardListingXml() local
921 int requestSize = pbSize >= appParamValue.maxListCount ? appParamValue.maxListCount in pullPhonebook() local