Home
last modified time | relevance | path

Searched refs:setCursorIndex (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElementTest.java90 mListingElement.setCursorIndex(TEST_CURSOR_INDEX); in setUp()
DBluetoothMapMessageListingElementTest.java97 mMessageListingElement.setCursorIndex(TEST_CURSOR_INDEX); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java62 public void setCursorIndex(int cursorIndex) { in setCursorIndex() method in BluetoothMapMessageListingElement
DBluetoothMapConvoListingElement.java71 public void setCursorIndex(int cursorIndex) { in setCursorIndex() method in BluetoothMapConvoListingElement
DBluetoothMapContent.java1313 e.setCursorIndex(c.getPosition()); in element()
1321 e.setCursorIndex(c.getPosition()); in createConvoElement()