Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapUtilsTest.java207 boolean isLoad = true; in fetchAndSetContacts_whenIsLoadTrue_returnsContactsSetSize()
210 mContext, handler, null, null, null, isLoad)) in fetchAndSetContacts_whenIsLoadTrue_returnsContactsSetSize()
234 boolean isLoad = false; in fetchAndSetContacts_whenIsLoadFalse_returnsContactsSetSize()
237 mContext, handler, null, null, null, isLoad)) in fetchAndSetContacts_whenIsLoadFalse_returnsContactsSetSize()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java521 boolean isLoad) { in fetchAndSetContacts() argument
538 if (isLoad) { in fetchAndSetContacts()
591 if (isLoad && currentTotalFields != sTotalFields) { in fetchAndSetContacts()
615 } else if (!isLoad) { in fetchAndSetContacts()