Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/
DSortedArrayAdapter.java129 int index = indexWithId(item); in removeWithId()
168 int oldIndex = indexWithId(item); in change()
182 return indexWithId(item) != -1; in contains()
198 private int indexWithId(T item) { in indexWithId() method in SortedArrayAdapter