Searched refs:LOGGER (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/ |
D | TestDrive.java | 66 private static final Logger LOGGER = Logger.getLogger(TestDrive.class.getName()); field in TestDrive 74 Utils.setUpLogger(LOGGER, false); in main() 78 LOGGER.log(Level.SEVERE, "Usage: ./test_drive [-p additional_allowed_package] " in main() 91 LOGGER.log(Level.SEVERE, "No such atom found: " + args[i]); in main() 96 LOGGER.log(Level.SEVERE, "Bad atom id provided: " + args[i]); in main() 104 LOGGER.log(Level.SEVERE, "Failed to create valid config."); in main() 108 LOGGER.info("Pushed the following config to statsd:"); in main() 109 LOGGER.info(config.toString()); in main() 111 LOGGER.info( in main() 116 LOGGER.info("Now wait for 1.5 minutes ..."); in main() [all …]
|
/frameworks/layoutlib/bridge/src/android/util/ |
D | PathParser_Delegate.java | 44 private static final Logger LOGGER = Logger.getLogger("PathParser"); field in PathParser_Delegate 702 LOGGER.log(Level.FINE, "(" + x0 + "," + y0 + ")-(" + x1 + "," + y1 in drawArc() 715 LOGGER.log(Level.FINE, "unit space (" + x0p + "," + y0p + ")-(" + x1p in drawArc() 725 LOGGER.log(Level.FINE, " Points are coincident"); in drawArc() 730 LOGGER.log(Level.FINE, "Points are too far apart " + dsq); in drawArc() 750 LOGGER.log(Level.FINE, "eta0 = Math.atan2( " + (y0p - cy) + " , " in drawArc() 754 LOGGER.log(Level.FINE, "eta1 = Math.atan2( " + (y1p - cy) + " , " in drawArc() 770 LOGGER.log( in drawArc()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 32314 Landroid/icu/util/TimeZone;->LOGGER:Ljava/util/logging/Logger;
|