(Context context, OEDatabase oeDatabase)
| 57 | List<String> mOne2ManyCols = new ArrayList<String>(); |
| 58 | |
| 59 | public OEHelper(Context context, OEDatabase oeDatabase) { |
| 60 | this(context, oeDatabase, false); |
| 61 | } |
| 62 | |
| 63 | public OEHelper(Context context, OEDatabase oeDatabase, |
| 64 | boolean allowSelfSignedSSL) { |
nothing calls this directly
no test coverage detected