Searched refs:altApnFile (Results 1 – 1 of 1) sorted by relevance
1001 private File pickSecondIfExists(File sysApnFile, File altApnFile) { in pickSecondIfExists() argument1002 if (altApnFile.exists()) { in pickSecondIfExists()1003 if (DBG) log("Load APNs from " + altApnFile.getPath() + in pickSecondIfExists()1005 return altApnFile; in pickSecondIfExists()1008 " instead of " + altApnFile.getPath()); in pickSecondIfExists()