Home
last modified time | relevance | path

Searched refs:hasValue (Results 1 – 9 of 9) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
DNotificationGenerator.java59 if (SMALL_ICON.hasValue()) in build()
61 if (CONTENT_TITLE.hasValue()) in build()
63 if (CONTENT_TEXT.hasValue()) in build()
65 if (SUB_TEXT.hasValue()) in build()
67 if (LARGE_ICON.hasValue()) in build()
69 if (CONTENT_INFO.hasValue()) in build()
71 if (NUMBER.hasValue()) in build()
73 if (WHEN.hasValue()) in build()
75 if (PROGRESS.hasValue() && PROGRESS.getValueBool()) in build()
77 if (USES_CHRON.hasValue()) in build()
[all …]
DCodeGenerator.java55 if (SMALL_ICON.hasValue()) in generate()
57 if (CONTENT_TITLE.hasValue()) in generate()
59 if (CONTENT_TEXT.hasValue()) in generate()
61 if (SUB_TEXT.hasValue()) in generate()
63 if (LARGE_ICON.hasValue()) in generate()
65 if (CONTENT_INFO.hasValue()) in generate()
67 if (NUMBER.hasValue()) in generate()
69 if (WHEN.hasValue()) in generate()
71 if (PROGRESS.hasValue() && PROGRESS.getValueBool()) in generate()
73 if (USES_CHRON.hasValue()) in generate()
[all …]
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DIconEditor.java49 boolean selected = item.hasValue() && item.getValue().equals(iconResId) || in bindEditor()
50 !item.hasValue() && iconResId == null; in bindEditor()
DBooleanEditor.java37 booleanEditor.setChecked(item.hasValue() && item.getValueBool()); in bindEditor()
DTextEditor.java39 if (item.hasValue()) in bindEditor()
DDropDownEditor.java67 if (item.hasValue()) in bindEditor()
DDateTimeEditor.java126 long value = item.hasValue() ? item.getValueLong() : System.currentTimeMillis(); in getDateTime()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java77 if (PRESET.hasValue()) in initIfNecessary()
111 public boolean hasValue() { in hasValue() method in EditableItem
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DNewTemplatePage.java294 boolean hasValue = false; in onEnter()
297 hasValue = !stringValue.isEmpty(); in onEnter()
302 if (!hasValue) { in onEnter()