HomeSort by relevance Sort by last modified time
    Searched refs:hasNotes (Results 1 - 3 of 3) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 39 $hasNotes = false;
51 $hasNotes = true;
55 if (!$hasNotes) {
consoleLogs.php 41 $hasNotes = false;
60 $hasNotes = true;
63 if (!$hasNotes) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 575 final boolean hasNotes = extras.containsKey(Insert.NOTES);
577 if (hasNotes && RawContactModifier.canInsert(state, kindNotes)) {
    [all...]

Completed in 428 milliseconds