OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPositionForSection
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java
57
// test
getPositionForSection
60
assertEquals(INDEX_OF_ARGENTINA, indexer.
getPositionForSection
(index));
64
assertEquals(INDEX_OF_CHINA, indexer.
getPositionForSection
(index));
68
assertEquals(INDEX_OF_UNITED_STATES, indexer.
getPositionForSection
(index));
72
assertEquals(COUNTRIES_LIST.length, indexer.
getPositionForSection
(index));
85
// test
getPositionForSection
in Name Cursor
88
assertEquals(INDEX_OF_BERGKAMP, indexer.
getPositionForSection
(index));
92
assertEquals(INDEX_OF_MESSI, indexer.
getPositionForSection
(index));
96
assertEquals(INDEX_OF_STEVEN, indexer.
getPositionForSection
(index));
100
assertEquals(NAMES_LIST.length, indexer.
getPositionForSection
(index))
[
all
...]
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java
[
all
...]
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
Completed in 462 milliseconds