HomeSort by relevance Sort by last modified time
    Searched refs:msg (Results 251 - 275 of 11401) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/CardReader/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/ClippingBasic/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/CustomTransition/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.common.logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/common/logger/
Log.java 67 * @param msg The actual message to be logged.
72 public static void println(int priority, String tag, String msg, Throwable tr) {
74 mLogNode.println(priority, tag, msg, tr);
84 * @param msg The actual message to be logged. The actual message to be logged.
86 public static void println(int priority, String tag, String msg) {
87 println(priority, tag, msg, null);
94 * @param msg The actual message to be logged.
98 public static void v(String tag, String msg, Throwable tr) {
99 println(VERBOSE, tag, msg, tr);
106 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/DrawableTinting/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/ElevationBasic/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/ElevationDrag/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/Interpolator/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/JobScheduler/src/com.example.android.common.logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/MediaEffects/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/MediaRouter/src/com.example.android.common.logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/MultiWindowPlayground/src/com/example.android.common.logger/
Log.java 61 * @param msg The actual message to be logged.
66 public static void println(int priority, String tag, String msg, Throwable tr) {
68 mLogNode.println(priority, tag, msg, tr);
78 * @param msg The actual message to be logged. The actual message to be logged.
80 public static void println(int priority, String tag, String msg) {
81 println(priority, tag, msg, null);
88 * @param msg The actual message to be logged.
92 public static void v(String tag, String msg, Throwable tr) {
93 println(VERBOSE, tag, msg, tr);
100 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/NavigationDrawer/src/com.example.android.common.logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/NfcProvisioning/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/PermissionRequest/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/RecyclerView/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.common.logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/RepeatingAlarm/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/RevealEffectBasic/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]

Completed in 1399 milliseconds

<<11121314151617181920>>