Home
last modified time | relevance | path

Searched refs:hasId (Results 1 – 3 of 3) sorted by relevance

/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemail.java36 public boolean hasId(); in hasId() method
DVoicemailImpl.java163 return hasId() ? mId : -1; in getId()
167 public boolean hasId() { in hasId() method in VoicemailImpl
DVoicemailProviderHelpers.java96 check(!voicemail.hasId(), "Inserted voicemails must not have an id", voicemail); in insert()