Home | History | Annotate | Download | only in smspush

Lines Matching refs:dbh

185             WapPushManDBHelper dbh = getDatabase(mContext);
186 SQLiteDatabase db = dbh.getReadableDatabase();
187 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, app_id, content_type);
246 WapPushManDBHelper dbh = getDatabase(mContext);
247 SQLiteDatabase db = dbh.getWritableDatabase();
248 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, x_app_id, content_type);
306 WapPushManDBHelper dbh = getDatabase(mContext);
307 SQLiteDatabase db = dbh.getWritableDatabase();
308 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, x_app_id, content_type);
341 WapPushManDBHelper dbh = getDatabase(mContext);
342 SQLiteDatabase db = dbh.getWritableDatabase();
395 WapPushManDBHelper dbh = getDatabase(this);
396 SQLiteDatabase db = dbh.getReadableDatabase();
397 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, x_app_id, content_type);
429 WapPushManDBHelper dbh = getDatabase(this);
430 SQLiteDatabase db = dbh.getReadableDatabase();
431 boolean ret = dbh.queryLastApp(db, x_app_id, content_type) != null;