OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/Contacts/src/com/android/contacts/model/
EntityModifier.java
578
final boolean
hasNotes
= extras.containsKey(Insert.NOTES);
580
if (
hasNotes
&& EntityModifier.canInsert(state, kindNotes)) {
[
all
...]
Completed in 305 milliseconds