Home | History | Annotate | Download | only in map

Lines Matching refs:mId

35     private String mId;
44 this.mId = id;
51 if(mId != null) {
52 return Long.parseLong(mId);
60 if(!other.mId.equals(this.mId)){
61 if(V) Log.d(TAG, "Wrong id : " + this.mId + " vs " + other.mId);
87 result = prime * result + ((mId == null) ? 0 : mId.hashCode());
105 if (mId == null) {
106 if (other.mId != null)
108 } else if (!mId.equals(other.mId))
150 return mId;
154 this.mId = id;