Searched refs:hasValue (Results 1 – 9 of 9) sorted by relevance
59 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 …]
55 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 …]
49 boolean selected = item.hasValue() && item.getValue().equals(iconResId) || in bindEditor()50 !item.hasValue() && iconResId == null; in bindEditor()
37 booleanEditor.setChecked(item.hasValue() && item.getValueBool()); in bindEditor()
39 if (item.hasValue()) in bindEditor()
67 if (item.hasValue()) in bindEditor()
126 long value = item.hasValue() ? item.getValueLong() : System.currentTimeMillis(); in getDateTime()
77 if (PRESET.hasValue()) in initIfNecessary()111 public boolean hasValue() { in hasValue() method in EditableItem
294 boolean hasValue = false; in onEnter()297 hasValue = !stringValue.isEmpty(); in onEnter()302 if (!hasValue) { in onEnter()