OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasId
(Results
1 - 10
of
10
) sorted by null
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
Voicemail.java
36
public boolean
hasId
();
VoicemailImpl.java
163
return
hasId
() ? mId : -1;
167
public boolean
hasId
() {
VoicemailProviderHelpers.java
96
check(!voicemail.
hasId
(), "Inserted voicemails must not have an id", voicemail);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentTable.java
131
if (uriData.
hasId
()) {
225
if (!uriData.
hasId
()) {
233
if (uriData.
hasId
()) {
VoicemailStatusTable.java
111
if (uriData.
hasId
()) {
VoicemailContentProvider.java
185
public final boolean
hasId
() {
212
(
hasId
() ? getEqualityClause(BaseColumns._ID, getId()) : null),