Searched refs:WapPushManDBHelper (Results 1 – 2 of 2) sorted by relevance
75 public static class WapPushManDBHelper extends SQLiteOpenHelper { class in WapPushManager80 public WapPushManDBHelper(Context context) { in WapPushManDBHelper() method in WapPushManager.WapPushManDBHelper198 WapPushManDBHelper dbh = getDatabase(mContext); in processMessage()279 WapPushManDBHelper dbh = getDatabase(mContext); in addPackage()309 WapPushManDBHelper dbh = getDatabase(mContext); in updatePackage()344 WapPushManDBHelper dbh = getDatabase(mContext); in deletePackage()382 private WapPushManDBHelper mDbHelper = null;383 protected WapPushManDBHelper getDatabase(Context context) { in getDatabase()451 WapPushManDBHelper legacyDbHelper = new WapPushManDBHelper(context); in migrateWapPushManDBIfNeeded()478 WapPushManDBHelper dbh = getDatabase(this); in verifyData()[all …]
37 import com.android.smspush.WapPushManager.WapPushManDBHelper;2570 WapPushManDBHelper dbh = new WapPushManDBHelper(getContext()); in addPackageToLegacyDB()