Searched refs:IS_UNEDITED (Results 1 – 1 of 1) sorted by relevance
233 private static final String IS_UNEDITED = EDITED_STATUS + "=" + UNEDITED; field in TelephonyProvider1098 c = db.query(CARRIERS_TABLE, proj, IS_UNEDITED, null, null, null, null); in onUpgrade()1099 log("dbh.onUpgrade:- after upgrading total number of rows with " + IS_UNEDITED + in onUpgrade()4312 String unedited = ") and " + IS_UNEDITED; in delete()4929 db.delete(CARRIERS_TABLE, IS_UNEDITED + " and " + IS_NOT_OWNED_BY_DPC, null); in updateApnDb()