HomeSort by relevance Sort by last modified time
    Searched refs:confFile (Results 1 - 2 of 2) sorted by null

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 161 File confFile = new File(Environment.getRootDirectory(), PARTNER_APNS_PATH);
164 confreader = new FileReader(confFile);
173 + confFile.getAbsolutePath());
179 // Log.e(TAG, "File not found: '" + confFile.getAbsolutePath() + "'");
181 Log.e(TAG, "Exception while parsing '" + confFile.getAbsolutePath() + "'", e);
  /frameworks/base/services/java/com/android/server/
KeyInputQueue.java 261 File confFile = new File(Environment.getRootDirectory(), EXCLUDED_DEVICES_PATH);
264 confreader = new FileReader(confFile);
283 Slog.e(TAG, "Exception while parsing '" + confFile.getAbsolutePath() + "'", e);
    [all...]

Completed in 33 milliseconds