Searched defs:Log (Results 1 - 9 of 9) sorted by relevance

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLog.java22 public class Log { class
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
H A DLog.java19 public class Log { class
30 private static final Log.Tag TAG = new Log.Tag("Log");
59 if (isLoggable(tag, android.util.Log.DEBUG)) {
60 android.util.Log.d(tag.toString(), msg);
65 if (isLoggable(tag, android.util.Log.DEBUG)) {
66 android.util.Log.d(tag.toString(), msg, tr);
71 if (isLoggable(tag, android.util.Log.ERROR)) {
72 android.util.Log
[all...]
/frameworks/multidex/library/test/src/android/util/
H A DLog.java24 * Mock Log implementation for testing on non android host.
26 public final class Log { class
29 * Priority constant for the println method; use Log.v.
34 * Priority constant for the println method; use Log.d.
39 * Priority constant for the println method; use Log.i.
44 * Priority constant for the println method; use Log.w.
49 * Priority constant for the println method; use Log.e.
58 private Log() { method in class:Log
/frameworks/base/core/java/android/util/
H A DLog.java33 * <p>Generally, you should use the {@link #v Log.v()}, {@link #d Log.d()},
34 * {@link #i Log.i()}, {@link #w Log.w()}, and {@link #e Log.e()} methods to write logs.
51 * <pre>Log.v(TAG, "index=" + i);</pre>
52 * that when you're building the string to pass into Log.d, the compiler uses a
59 public final class Log { class
62 * Priority constant for the println method; use Log.v.
67 * Priority constant for the println method; use Log
114 private Log() { method in class:Log
[all...]
/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaCardsParser.java261 private void Log(String heading) { method in class:AlsaCardsParser
H A DAlsaDevicesParser.java287 private void Log(String heading) { method in class:AlsaDevicesParser
/frameworks/native/cmds/dumpstate/
H A DDumpstateUtil.cpp116 CommandOptions::CommandOptionsBuilder& CommandOptions::CommandOptionsBuilder::Log( function in class:android::os::dumpstate::CommandOptions::CommandOptionsBuilder
/frameworks/base/telecomm/java/android/telecom/
H A DLog.java42 public class Log { class
52 public static boolean DEBUG = isLoggable(android.util.Log.DEBUG);
53 public static boolean INFO = isLoggable(android.util.Log.INFO);
54 public static boolean VERBOSE = isLoggable(android.util.Log.VERBOSE);
55 public static boolean WARN = isLoggable(android.util.Log.WARN);
56 public static boolean ERROR = isLoggable(android.util.Log.ERROR);
77 private Log() { method in class:Log
320 sEventManager = new EventManager(Log::getSessionId);
363 DEBUG = isLoggable(android.util.Log.DEBUG);
364 INFO = isLoggable(android.util.Log
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2123 milliseconds