OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bundleID
(Results
1 - 6
of
6
) sorted by null
/tools/motodev/src/plugins/installer/src/com/motorola/studio/android/installer/utilities/
InstallableItem.java
30
private String
bundleID
;
64
return
bundleID
;
67
public void setBundleID(String
bundleID
)
69
this.
bundleID
=
bundleID
;
218
return (obj != null) && (obj instanceof InstallableItem) && (this.
bundleID
!= null)
219
&& (((InstallableItem) obj).
bundleID
!= null)
220
&& this.
bundleID
.equals(((InstallableItem) obj).
bundleID
);
229
return
bundleID
!= null ? bundleID.hashCode() : 3;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
Completed in 59 milliseconds