Home | History | Annotate | Download | only in om

Lines Matching defs:baseCodePath

76     public final String baseCodePath;
100 this(source.packageName, source.targetPackageName, source.baseCodePath, state,
105 @NonNull String baseCodePath, int state, int userId) {
108 this.baseCodePath = baseCodePath;
117 baseCodePath = source.readString();
130 if (baseCodePath == null) {
131 throw new IllegalArgumentException("baseCodePath must not be null");
154 dest.writeString(baseCodePath);
224 result = prime * result + ((baseCodePath == null) ? 0 : baseCodePath.hashCode());
252 if (!baseCodePath.equals(other.baseCodePath)) {