Searched refs:getDistinctContactIdSize (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java180 return getDistinctContactIdSize(contactCursor) + 1; // always has the 0.vcf
1215 private static final int getDistinctContactIdSize(Cursor cursor) { method in class:BluetoothPbapVcardManager
1229 Log.i(TAG, "getDistinctContactIdSize result: " + count);

Completed in 34 milliseconds