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

/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java411 final String mWhere; field in class:Content.DeleteCommand
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; field in class:Content.UpdateCommand
531 mWhere = where;
536 provider.update(null, mUri, mContentValues, mWhere, null);

Completed in 6 milliseconds