OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SELECTION_KEY
(Results
1 - 2
of
2
) sorted by null
/development/samples/Spinner/src/com/android/example/spinner/
SpinnerActivity.java
76
public static final String
SELECTION_KEY
= "Selection";
82
SELECTION_KEY
+ PROPERTY_DELIMITER;
310
this.mSelection = p.getString(
SELECTION_KEY
, "");
348
e.putString(
SELECTION_KEY
, this.mSelection);
/development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java
106
public static final String
SELECTION_KEY
= "selection";
423
outState.putInt(
SELECTION_KEY
, Integer.valueOf(getListView().getSelectedItemPosition()));
458
if (state.containsKey(
SELECTION_KEY
)) {
461
getListView().setSelection(state.getInt(
SELECTION_KEY
));
Completed in 146 milliseconds