Searched refs:SIMINFO_TABLE (Results 1 – 1 of 1) sorted by relevance
206 private static final String SIMINFO_TABLE = "siminfo"; field in TelephonyProvider778 createSimInfoTable(db, SIMINFO_TABLE); in onCreate()798 db.query(SIMINFO_TABLE, null, null, null, null, null, null); in onOpen()799 if (DBG) log("dbh.onOpen: ok, queried table=" + SIMINFO_TABLE); in onOpen()801 loge("Exception " + SIMINFO_TABLE + "e=" + e); in onOpen()803 createSimInfoTable(db, SIMINFO_TABLE); in onOpen()1091 db.execSQL("ALTER TABLE " + SIMINFO_TABLE + in onUpgrade()1093 db.execSQL("ALTER TABLE " + SIMINFO_TABLE + in onUpgrade()1097 log("onUpgrade skipping " + SIMINFO_TABLE + " upgrade. " + in onUpgrade()1106 db.execSQL("ALTER TABLE " + SIMINFO_TABLE + " ADD COLUMN " + in onUpgrade()[all …]