HomeSort by relevance Sort by last modified time
    Searched refs:mWhere (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 411 final String mWhere;
415 mWhere = where;
420 provider.delete(null, mUri, mWhere, null);
474 Cursor cursor = provider.query(null, mUri, mProjection, mWhere, null, mSortOrder, null);
527 final String mWhere;
531 mWhere = where;
536 provider.update(null, mUri, mContentValues, mWhere, null);
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 353 private TextView mWhere;
    [all...]

Completed in 44 milliseconds