Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java264 File confFile = new File(Environment.getRootDirectory(), PARTNER_APNS_PATH); in initDatabase() local
269 long sysApnTime = confFile.lastModified(); in initDatabase()
276 confFile = oemConfFile; in initDatabase()
285 if (DBG) log("confFile = " + confFile); in initDatabase()
287 confreader = new FileReader(confFile); in initDatabase()
296 + confFile.getAbsolutePath()); in initDatabase()
304 loge("Exception while parsing '" + confFile.getAbsolutePath() + "'" + e); in initDatabase()