Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java59 public int getCursorIndex() { in getCursorIndex() method in BluetoothMapMessageListingElement
DBluetoothMapContent.java1377 if (tmpCursor != null && tmpCursor.moveToPosition(ele.getCursorIndex())) { in msgListing()