Searched refs:altApnFile (Results 1 – 1 of 1) sorted by relevance
825 private File pickSecondIfExists(File sysApnFile, File altApnFile) { in pickSecondIfExists() argument826 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()