OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:propIcon
(Results
1 - 2
of
2
) sorted by null
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
AbstractIconLabelNameNode.java
40
protected String
propIcon
= null;
87
if ((
propIcon
!= null) && (
propIcon
.trim().length() > 0))
89
properties.put(PROP_ICON,
propIcon
);
114
return
propIcon
;
124
this.
propIcon
= icon;
IntentFilterNode.java
39
private String
propIcon
= null;
69
if ((
propIcon
!= null) && (
propIcon
.trim().length() > 0))
71
properties.put(PROP_ICON,
propIcon
);
114
return
propIcon
;
124
this.
propIcon
= icon;
Completed in 896 milliseconds