Searched refs:isLoad (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapUtilsTest.java | 207 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/ |
D | BluetoothPbapUtils.java | 521 boolean isLoad) { in fetchAndSetContacts() argument 538 if (isLoad) { in fetchAndSetContacts() 591 if (isLoad && currentTotalFields != sTotalFields) { in fetchAndSetContacts() 615 } else if (!isLoad) { in fetchAndSetContacts()
|