Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java825 private File pickSecondIfExists(File sysApnFile, File altApnFile) { in pickSecondIfExists() argument
826 if (altApnFile.exists()) { in pickSecondIfExists()
827 if (DBG) log("Load APNs from " + altApnFile.getPath() + in pickSecondIfExists()
829 return altApnFile; in pickSecondIfExists()
832 " instead of " + altApnFile.getPath()); in pickSecondIfExists()