Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManagerNestedClassesTest.java229 ContactCursorFilter.filterByRange(contactCursor, startPoint, endPoint); in ContactCursorFilter_filterByRange()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java715 ContactCursorFilter.filterByRange(contactCursor, startPoint, endPoint); in composeAndSendPhonebookVcards()
808 return filterByRange(contactCursor, offset, offset); in filterByOffset()
815 static Cursor filterByRange(Cursor contactCursor, int startPoint, int endPoint) { in filterByRange() method in BluetoothPbapVcardManager.ContactCursorFilter