Searched refs:DB_VERSION_KEY (Results 1 - 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java150 private static final String DB_VERSION_KEY = "version"; field in class:TelephonyProvider
1913 editor.putString(DB_VERSION_KEY + subId, "" + DATABASE_VERSION);
1961 if (sp.contains(DB_VERSION_KEY + subId)) {
1964 editor.remove(DB_VERSION_KEY + subId);

Completed in 2745 milliseconds