Home
last modified time | relevance | path

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

/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java817 confFile = pickSecondIfExists(confFile, oemConfFile); in getApnConfFile()
818 confFile = pickSecondIfExists(confFile, productConfFile); in getApnConfFile()
819 confFile = pickSecondIfExists(confFile, updatedConfFile); in getApnConfFile()
820 return confFile; in getApnConfFile()
830 File confFile = getApnConfFile(); in apnDbUpdateNeeded() local
831 long newChecksum = getChecksum(confFile); in apnDbUpdateNeeded()
868 File confFile = getApnConfFile(); in initDatabase() local
871 if (DBG) log("confFile = " + confFile); in initDatabase()
873 confreader = new FileReader(confFile); in initDatabase()
883 + confFile.getAbsolutePath()); in initDatabase()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2874 File confFile = new File(baseDir, EXCLUDED_DEVICES_PATH); in getExcludedDeviceNames() local
2876 InputStream stream = new FileInputStream(confFile); in getExcludedDeviceNames()
2881 Slog.e(TAG, "Could not parse '" + confFile.getAbsolutePath() + "'", e); in getExcludedDeviceNames()
2907 final File confFile = new File(baseDir, PORT_ASSOCIATIONS_PATH); in loadStaticInputPortAssociations() local
2910 final InputStream stream = new FileInputStream(confFile); in loadStaticInputPortAssociations()
2915 Slog.e(TAG, "Could not parse '" + confFile.getAbsolutePath() + "'", e); in loadStaticInputPortAssociations()