Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/server/src/
DPbap.kt64 if (cursor.getCount() >= CONTACT_LIST_SIZE) return // return if contacts are present in prepareContactList()
66 for (item in cursor.getCount() + 1..CONTACT_LIST_SIZE) { in prepareContactList()
156 const val CONTACT_LIST_SIZE = 125 constant