HomeSort by relevance Sort by last modified time
    Searched refs:hasId (Results 1 - 16 of 16) 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 150 if (uriData.hasId()) {
246 if (!uriData.hasId()) {
254 if (uriData.hasId()) {
VoicemailStatusTable.java 112 if (uriData.hasId()) {
VoicemailContentProvider.java 183 public final boolean hasId() {
210 (hasId() ? getEqualityClause(BaseColumns._ID, getId()) : null),
  /frameworks/base/tools/aidl/
aidl_language.h 60 bool hasId;
aidl_language_y.y 222 method->hasId = false;
240 method->hasId = false;
258 method->hasId = true;
276 method->hasId = true;
aidl.cpp 879 if (method_item->hasId) {
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonemetadata.java 493 private boolean hasId;
495 public boolean hasId() { return hasId; }
498 hasId = true;
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java 110 assertFalse(msg.hasId());
139 assertTrue(newMsg.hasId());
152 assertFalse(msg.hasId());
155 assertTrue(msg.hasId());
159 assertFalse(msg.hasId());
163 assertTrue(msg.hasId());
165 assertFalse(msg.hasId());
176 assertTrue(newMsg.hasId());
    [all...]
NanoTest.java     [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c     [all...]
  /external/libxml2/
xmlschemas.c     [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 498 milliseconds