Searched refs:CARRIERS_TABLE_TMP (Results 1 – 1 of 1) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 187 private static final String CARRIERS_TABLE_TMP = "carriers_tmp"; field in TelephonyProvider 974 createCarriersTable(db, CARRIERS_TABLE_TMP); in onUpgrade() 981 db.execSQL("ALTER TABLE " + CARRIERS_TABLE_TMP + " rename to " + CARRIERS_TABLE + in onUpgrade() 1608 db.execSQL("DROP TABLE IF EXISTS " + CARRIERS_TABLE_TMP); in recreateDB() 1610 createCarriersTable(db, CARRIERS_TABLE_TMP); in recreateDB() 1617 db.execSQL("ALTER TABLE " + CARRIERS_TABLE_TMP + " rename to " + CARRIERS_TABLE + ";"); in recreateDB() 1817 db.insertWithOnConflict(CARRIERS_TABLE_TMP, null, cv, in copyDataToTmpTable() 1972 db.insertWithOnConflict(CARRIERS_TABLE_TMP, null, cv, in copyPreservedApnsToNewTable() 1985 CARRIERS_TABLE_TMP, cv); in copyPreservedApnsToNewTable() 1988 mergeFieldsAndUpdateDb(db, CARRIERS_TABLE_TMP, oldRow, cv, in copyPreservedApnsToNewTable()
|