Home
last modified time | relevance | path

Searched refs:SIMINFO_TABLE_TMP (Results 1 – 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java189 private static final String SIMINFO_TABLE_TMP = "siminfo_tmp"; field in TelephonyProvider
1504 db.execSQL("DROP TABLE IF EXISTS " + SIMINFO_TABLE_TMP); in recreateSimInfoDB()
1506 createSimInfoTable(db, SIMINFO_TABLE_TMP); in recreateSimInfoDB()
1513 db.execSQL("ALTER TABLE " + SIMINFO_TABLE_TMP + " rename to " + SIMINFO_TABLE + ";"); in recreateSimInfoDB()
1531 db.insert(SIMINFO_TABLE_TMP, null, cv); in copySimInfoDataToTmpTable()