HomeSort by relevance Sort by last modified time
    Searched defs:hasRead (Results 1 - 5 of 5) 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() {
  /cts/hostsidetests/atrace/src/android/atrace/cts/
AtraceHostTestBase.java 203 private boolean hasRead = false;
211 if (!hasRead) {
212 hasRead = true;
220 hasRead = true;
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]

Completed in 2134 milliseconds