Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java220 private static final String IS_UNEDITED = EDITED_STATUS + "=" + UNEDITED; field in TelephonyProvider
996 c = db.query(CARRIERS_TABLE, proj, IS_UNEDITED, null, null, null, null); in onUpgrade()
997 log("dbh.onUpgrade:- after upgrading total number of rows with " + IS_UNEDITED + in onUpgrade()
3515 String unedited = ") and " + IS_UNEDITED; in delete()
4088 db.delete(CARRIERS_TABLE, IS_UNEDITED + " and " + IS_NOT_OWNED_BY_DPC, null); in updateApnDb()