Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java188 int contactsSize = getDistinctContactIdSize(contactCursor); in getContactsSize() local
190 contactsSize += 1; // pb has the 0.vcf owner's card in getContactsSize()
192 return contactsSize; in getContactsSize()