Searched refs:fine (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DMiscRegressionTest.java33 Logger.global.fine("This has logging Level.FINE, should become VERBOSE");
/frameworks/base/services/java/com/android/server/location/
H A DLocationFudger.java38 * the coarse location permission from receiving a fine location.
202 private Location createCoarseLocked(Location fine) { argument
203 Location coarse = new Location(fine);
262 if (D) Log.d(TAG, "fudged " + fine + " to " + coarse);

Completed in 79 milliseconds