Searched refs:hasId (Results 1 – 3 of 3) sorted by relevance
36 public boolean hasId(); in hasId() method
163 return hasId() ? mId : -1; in getId()167 public boolean hasId() { in hasId() method in VoicemailImpl
96 check(!voicemail.hasId(), "Inserted voicemails must not have an id", voicemail); in insert()