Home
last modified time | relevance | path

Searched refs:equals (Results 1 – 14 of 14) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java121 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()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewNode.java142 public boolean equals(Object obj) { in equals() method in ViewNode
150 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.Property
184 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()
/sdk/eventanalyzer/src/com/android/eventanalyzer/
DEventAnalyzer.java80 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()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DConnection.java175 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()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DEditors.java74 if (item.equals(EditableItem.PRESET)) { in newEditor()
85 if (item.equals(EditableItem.PRESET)) in newEditor()
DTextEditor.java70 return a == b || (a != null && a.equals(b)); in equal()
DDropDownEditor.java73 if (newValue.equals(oldValue)) in bindEditor()
DIconEditor.java49 boolean selected = item.hasValue() && item.getValue().equals(iconResId) || in bindEditor()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
DCodeGenerator.java91 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()
DNotificationGenerator.java98 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()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DIconLoader.java36 if (image.getColorModel().equals( in toCompatibleImage()
/sdk/dumpeventlog/src/com/android/dumpeventlog/
DDumpEventLog.java120 if (device.getSerialNumber().equals(args[0])) { in main()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
DNotificationStudioActivity.java125 if (!itemCategory.equals(currentCategory)) {
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java1469 if (device.equals(currentDevice)) { in removeDevice()