Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DContentWriter.java109 mCommitParams.mWhere, mCommitParams.mSelectionArgs); in commit()
117 String mWhere; field in ContentWriter.CommitParams
121 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()