Home | History | Annotate | Download | only in widget

Lines Matching defs:where

78         int visibWhere; // Visibility value for Where textview (View.GONE or View.VISIBLE)
79 String where;
111 builder.append(", where=");
112 builder.append(where);
134 result = prime * result + ((where == null) ? 0 : where.hashCode());
174 if (where == null) {
175 if (other.where != null)
177 } else if (!where.equals(other.where)) {
397 // Where
400 eventInfo.where = location;