OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REQUERY_KEY
(Results
1 - 2
of
2
) sorted by null
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java
47
public static final String
REQUERY_KEY
= "Requery_All"; // Sent to tell us force a requery.
100
if(arguments.containsKey(
REQUERY_KEY
)) {
MyRssReader5.java
172
startupVals.putBoolean(RssService.
REQUERY_KEY
, true);
Completed in 36 milliseconds