Home | History | Annotate | Download | only in mtp

Lines Matching defs:db

248             SQLiteDatabase db = null;
251 db = context.openOrCreateDatabase("device-properties", Context.MODE_PRIVATE, null);
252 if (db != null) {
253 c = db.query("properties", new String[] { "_id", "code", "value" },
269 if (db != null) db.close();