Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java201 private static final String SIMINFO_TABLE = "siminfo"; field in TelephonyProvider
703 createSimInfoTable(db, SIMINFO_TABLE); in onCreate()
720 db.query(SIMINFO_TABLE, null, null, null, null, null, null); in onOpen()
721 if (DBG) log("dbh.onOpen: ok, queried table=" + SIMINFO_TABLE); in onOpen()
723 loge("Exception " + SIMINFO_TABLE + "e=" + e); in onOpen()
725 createSimInfoTable(db, SIMINFO_TABLE); in onOpen()
1017 db.execSQL("ALTER TABLE " + SIMINFO_TABLE + in onUpgrade()
1019 db.execSQL("ALTER TABLE " + SIMINFO_TABLE + in onUpgrade()
1023 log("onUpgrade skipping " + SIMINFO_TABLE + " upgrade. " + in onUpgrade()
1032 db.execSQL("ALTER TABLE " + SIMINFO_TABLE + " ADD COLUMN " + in onUpgrade()
[all …]