Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1951 File confFile = new File(baseDir, EXCLUDED_DEVICES_PATH); in getExcludedDeviceNames() local
1953 InputStream stream = new FileInputStream(confFile); in getExcludedDeviceNames()
1958 Slog.e(TAG, "Could not parse '" + confFile.getAbsolutePath() + "'", e); in getExcludedDeviceNames()
1984 File confFile = new File(baseDir, PORT_ASSOCIATIONS_PATH); in getInputPortAssociations() local
1987 InputStream stream = new FileInputStream(confFile); in getInputPortAssociations()
1995 Slog.e(TAG, "Could not parse '" + confFile.getAbsolutePath() + "'", e); in getInputPortAssociations()