(Uri uri, ContentValues values)
| 102 | } |
| 103 | |
| 104 | @Override |
| 105 | public Uri insert(Uri uri, ContentValues values) { |
| 106 | throw new UnsupportedOperationException("Insert not implemented"); |
| 107 | } |
| 108 | |
| 109 | @Override |
| 110 | public int update(Uri uri, ContentValues values, String selection, |
no outgoing calls