Searched defs:PROPERTIES_FILE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DThrottleService.java121 private static final String PROPERTIES_FILE = "/etc/gps.conf"; field in class:ThrottleService
327 File file = new File(PROPERTIES_FILE);
332 Slog.e(TAG, "Could not open GPS configuration file " + PROPERTIES_FILE);
/frameworks/base/location/java/com/android/internal/location/
H A DGpsLocationProvider.java174 private static final String PROPERTIES_FILE = "/etc/gps.conf"; field in class:GpsLocationProvider
226 // properties loaded from PROPERTIES_FILE
370 File file = new File(PROPERTIES_FILE);
396 Log.w(TAG, "Could not open GPS configuration file " + PROPERTIES_FILE);

Completed in 315 milliseconds