Searched refs:CARRIERS_TABLE_TMP (Results 1 – 1 of 1) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 205 private static final String CARRIERS_TABLE_TMP = "carriers_tmp"; field in TelephonyProvider 1158 createCarriersTable(db, CARRIERS_TABLE_TMP); in onUpgrade() 1165 db.execSQL("ALTER TABLE " + CARRIERS_TABLE_TMP + " rename to " + CARRIERS_TABLE + in onUpgrade() 2241 db.execSQL("DROP TABLE IF EXISTS " + CARRIERS_TABLE_TMP); in recreateDB() 2243 createCarriersTable(db, CARRIERS_TABLE_TMP); in recreateDB() 2250 db.execSQL("ALTER TABLE " + CARRIERS_TABLE_TMP + " rename to " + CARRIERS_TABLE + ";"); in recreateDB() 2456 db.insertWithOnConflict(CARRIERS_TABLE_TMP, null, cv, in copyDataToTmpTable() 2617 db.insertWithOnConflict(CARRIERS_TABLE_TMP, null, cv, in copyPreservedApnsToNewTable() 2630 CARRIERS_TABLE_TMP, cv); in copyPreservedApnsToNewTable() 2633 mergeFieldsAndUpdateDb(db, CARRIERS_TABLE_TMP, oldRow, cv, in copyPreservedApnsToNewTable()
|