Searched refs:SIMINFO_TABLE_TMP (Results 1 – 1 of 1) sorted by relevance
202 private static final String SIMINFO_TABLE_TMP = "siminfo_tmp"; field in TelephonyProvider1711 db.execSQL("DROP TABLE IF EXISTS " + SIMINFO_TABLE_TMP); in recreateSimInfoDB()1713 createSimInfoTable(db, SIMINFO_TABLE_TMP); in recreateSimInfoDB()1720 db.execSQL("ALTER TABLE " + SIMINFO_TABLE_TMP + " rename to " + SIMINFO_TABLE + ";"); in recreateSimInfoDB()1738 db.insert(SIMINFO_TABLE_TMP, null, cv); in copySimInfoDataToTmpTable()