Searched refs:altApnFile (Results 1 – 1 of 1) sorted by relevance
927 private File pickSecondIfExists(File sysApnFile, File altApnFile) { in pickSecondIfExists() argument928 if (altApnFile.exists()) { in pickSecondIfExists()929 if (DBG) log("Load APNs from " + altApnFile.getPath() + in pickSecondIfExists()931 return altApnFile; in pickSecondIfExists()934 " instead of " + altApnFile.getPath()); in pickSecondIfExists()