Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java175 int contactsSize = getDistinctContactIdSize(contactCursor); in getContactsSize() local
177 contactsSize += 1; // pb has the 0.vcf owner's card in getContactsSize()
179 return contactsSize; in getContactsSize()