Searched refs:destinationIndex (Results 1 – 3 of 3) sorted by relevance
275 final int destinationIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in updateActiveNotification() local286 String destination = cursor.getString(destinationIndex); in updateActiveNotification()
1234 return iterator.destinationIndex(); in toUpperMapToDest()1246 return iterator.destinationIndex() + iterator.newLength(); in toUpperMapToDest()1249 return iterator.destinationIndex() + (sourceIndex - iterator.sourceIndex()); in toUpperMapToDest()
3178 Landroid/icu/text/Edits$Iterator;->destinationIndex()I