Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapUtilsTest.java182 BluetoothPbapUtils.fetchAndSetContacts( in fetchAndSetContacts_whenCursorIsNull_returnsMinusOne()
209 BluetoothPbapUtils.fetchAndSetContacts( in fetchAndSetContacts_whenIsLoadTrue_returnsContactsSetSize()
236 BluetoothPbapUtils.fetchAndSetContacts( in fetchAndSetContacts_whenIsLoadFalse_returnsContactsSetSize()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java282 sTotalContacts = fetchAndSetContacts(context, handler, projection, null, null, true); in loadAllContacts()
334 fetchAndSetContacts( in updateSecondaryVersionCounter()
515 static synchronized int fetchAndSetContacts( in fetchAndSetContacts() method in BluetoothPbapUtils