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

1 2 3 4 5 6 7 8 91011>>

  /developers/samples/android/common/src/java/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...]
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/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...]
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DropTarget/src/main/java/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...]
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/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...]
  /developers/samples/android/wearable/wear/JumpingJack/Application/src/common/java/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/ActiveNotifications/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/ActivityInstrumentation/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/ActivitySceneTransitionBasic/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/AdvancedImmersiveMode/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/AppRestrictionSchema/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/BasicAccessibility/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/BasicAndroidKeyStore/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/BasicContactables/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/BasicGestureDetect/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/BasicImmersiveMode/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/BasicMediaRouter/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/BasicMultitouch/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/BasicNetworking/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/BasicSyncAdapter/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/BasicTransition/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/BatchStepSensor/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/BeamLargeFiles/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/BluetoothChat/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/BorderlessButtons/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/CardEmulation/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 424 milliseconds

1 2 3 4 5 6 7 8 91011>>