HomeSort by relevance Sort by last modified time
    Searched full:publicversion (Results 1 - 1 of 1) sorted by null

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 108 int publicversion = Integer.parseInt(parser.getAttributeValue(null, "version")); local
109 return DATABASE_VERSION | publicversion;
149 int publicversion = -1; local
152 publicversion = Integer.parseInt(parser.getAttributeValue(null, "version"));
173 if (publicversion != confversion) {

Completed in 54 milliseconds