Searched refs:equals (Results 1 – 14 of 14) sorted by relevance
121 if (this == PRESET && !PRESET_CUSTOM.equals(value)) in setValue()126 PICTURE.setVisible(STYLE_BIG_PICTURE.equals(mValue)); in applyStyle()127 BIG_TEXT.setVisible(STYLE_BIG_TEXT.equals(mValue)); in applyStyle()128 LINES.setVisible(STYLE_INBOX.equals(mValue)); in applyStyle()129 BIG_CONTENT_TITLE.setVisible(!STYLE_NONE.equals(mValue)); in applyStyle()130 SUMMARY_TEXT.setVisible(!STYLE_NONE.equals(mValue)); in applyStyle()138 if (PRESET_BASIC.equals(mValue)) { in applyPreset()142 } else if (PRESET_EMAIL.equals(mValue)) { in applyPreset()151 } else if (PRESET_PHOTO.equals(mValue)) { in applyPreset()
142 public boolean equals(Object obj) { in equals() method in ViewNode150 return !(this.name != other.name && (this.name == null || !this.name.equals(other.name))); in equals()176 public boolean equals(Object obj) { in equals() method in ViewNode.Property184 if (this.name != other.name && (this.name == null || !this.name.equals(other.name))) { in equals()187 … return !(this.value != other.value && (this.value == null || !this.value.equals(other.value))); in equals()
80 if ("-s".equals(argument)) { in run()88 } else if ("-fb".equals(argument)) { in run()96 } else if ("-ft".equals(argument)) { in run()104 } else if ("-F".equals(argument)) { in run()112 } else if ("-t".equals(argument)) { in run()262 if (device.getSerialNumber().equals(mInputDevice)) { in parseLogFromDevice()
175 if (check_channel.getChannelName().equals(channel.getChannelName())) { in registerChannel()185 if (pending_socket.getChannelName().equals(channel.getChannelName())) { in registerChannel()219 if (channel.getChannelName().equals(name)) { in getChannel()237 if (socket.getChannelName().equals(name)) { in getPendingSocket()
74 if (item.equals(EditableItem.PRESET)) { in newEditor()85 if (item.equals(EditableItem.PRESET)) in newEditor()
70 return a == b || (a != null && a.equals(b)); in equal()
73 if (newValue.equals(oldValue)) in bindEditor()
49 boolean selected = item.hasValue() && item.getValue().equals(iconResId) || in bindEditor()
91 if (STYLE_BIG_PICTURE.equals(styleValue)) { in generateStyle()96 if (STYLE_BIG_TEXT.equals(styleValue)) { in generateStyle()101 if (STYLE_INBOX.equals(styleValue)) { in generateStyle()
98 if (STYLE_BIG_PICTURE.equals(styleValue)) { in generateStyle()107 } else if (STYLE_BIG_TEXT.equals(styleValue)) { in generateStyle()116 } else if (STYLE_INBOX.equals(styleValue)) { in generateStyle()
36 if (image.getColorModel().equals( in toCompatibleImage()
120 if (device.getSerialNumber().equals(args[0])) { in main()
125 if (!itemCategory.equals(currentCategory)) {
1469 if (device.equals(currentDevice)) { in removeDevice()