OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasRead
(Results
1 - 4
of
4
) sorted by null
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
Voicemail.java
85
* Always returns false if this field has not been set, i.e. if
hasRead
() returns false.
89
public boolean
hasRead
();
VoicemailImpl.java
233
return
hasRead
() ? mIsRead : false;
237
public boolean
hasRead
() {
VoicemailFilterFactory.java
98
if (fieldMatch.
hasRead
()) {
VoicemailProviderHelpers.java
102
if (!voicemail.
hasRead
()) {
316
if (voicemail.
hasRead
()) {
Completed in 2340 milliseconds