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 173 File confFile = new File(Environment.getRootDirectory(), PARTNER_APNS_PATH);
176 confreader = new FileReader(confFile);
185 + confFile.getAbsolutePath());
191 // Log.e(TAG, "File not found: '" + confFile.getAbsolutePath() + "'");
193 Log.e(TAG, "Exception while parsing '" + confFile.getAbsolutePath() + "'", e);
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 176 milliseconds