OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBeenRead
(Results
1 - 5
of
5
) sorted by null
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssItem.java
25
public boolean
hasBeenRead
= false;
MyRssReader4.java
184
// Now get the
hasBeenRead
value to determine the font.
187
boolean
hasBeenRead
= (getCursor().getInt(hasBeenReadColumnIndex) == 1 ? true : false);
188
if(!
hasBeenRead
){
MyRssReader5.java
228
// Now get the
hasBeenRead
value to determine the font.
230
boolean
hasBeenRead
= (getCursor().getInt(hasBeenReadColumnIndex) == 1 ? true : false);
231
if(!
hasBeenRead
){
MyRssReader2.java
161
if(! item.
hasBeenRead
){
MyRssReader3.java
167
if(! item.
hasBeenRead
){
Completed in 72 milliseconds