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 447 final String mWhere;
451 mWhere = where;
456 provider.delete(null, mUri, mWhere, null);
535 Cursor cursor = provider.query(null, mUri, mProjection, mWhere, null, mSortOrder, null);
588 final String mWhere;
592 mWhere = where;
597 provider.update(null, mUri, mContentValues, mWhere, null);
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 353 private TextView mWhere;
    [all...]

Completed in 566 milliseconds