Home | History | Annotate | Download | only in contacts

Lines Matching defs:getContentUri

67         protected abstract Uri getContentUri();
99 mUri = ContentUris.withAppendedId(getContentUri(), mId);
131 mUri = mProvider.insert(getContentUri(), mValues);
132 assertNotNull("Could not insert a row in " + getContentUri(), mUri);
191 mCursor = mProvider.query(getContentUri(), null,
195 fail("No data rows for " + getContentUri() + "[" + mValues.toString() + "]");
271 protected Uri getContentUri() {
294 protected Uri getContentUri() {
320 protected Uri getContentUri() {
334 protected Uri getContentUri() {