Home
last modified time | relevance | path

Searched refs:mWhere (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DQueryParam.java97 private Condition mWhere = Condition.emptyCondition(); field in QueryParam.QueryBuilder
135 mWhere = condition; in where()
251 mWhere.getSelection(), in toQueryParam()
252 mWhere.getWhereArgs(), in toQueryParam()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DContentWriter.java109 mCommitParams.mWhere, mCommitParams.mSelectionArgs); in commit()
117 final String mWhere; field in ContentWriter.CommitParams
126 mWhere = where; in CommitParams()
/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java279 private TextView mWhere; field in EventInfoFragment
472 mWhere = (TextView) mView.findViewById(R.id.where); in onCreateView()
723 final TextView textView = mWhere; in updateEvent()