Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java239 private static final String IS_EDITED = EDITED_STATUS + "!=" + UNEDITED; field in TelephonyProvider
1176 c = db.query(CARRIERS_TABLE, proj, IS_EDITED, null, null, null, null); in onUpgrade()
1177 log("dbh.onUpgrade:- after upgrading total number of rows with " + IS_EDITED + in onUpgrade()