Home | History | Annotate | Download | only in mtp

Lines Matching defs:db

255             SQLiteDatabase db = null;
258 db = context.openOrCreateDatabase("device-properties", Context.MODE_PRIVATE, null);
259 if (db != null) {
260 c = db.query("properties", new String[] { "_id", "code", "value" },
276 if (db != null) db.close();