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

<<11121314151617181920>>

  /developers/build/prebuilts/gradle/TextLinkify/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/java/com/example/android/common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/samples/android/common/src/java/com/example/android/common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/common/logger/
LogNode.java 35 * @param tr If an exception was thrown, this can be sent along for the logging
39 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 49 * @param tr If an exception was thrown, this can be sent along for the logging
54 public void println(int priority, String tag, String msg, Throwable tr) {
64 if (tr != null) {
65 msg += "\n" + Log.getStackTraceString(tr);
74 mNext.println(priority, tag, msg, tr);
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/example/android/common/logger/
LogNode.java 35 * @param tr If an exception was thrown, this can be sent along for the logging
39 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 49 * @param tr If an exception was thrown, this can be sent along for the logging
54 public void println(int priority, String tag, String msg, Throwable tr) {
64 if (tr != null) {
65 msg += "\n" + Log.getStackTraceString(tr);
74 mNext.println(priority, tag, msg, tr);
  /developers/samples/android/wearable/wear/JumpingJack/Application/src/common/java/com/example/android/common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/ActiveNotifications/src/com.example.android.common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/ActivityInstrumentation/src/com.example.android.common.logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.common.logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/AppRestrictionSchema/src/com.example.android.common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/BasicAccessibility/src/com.example.android.common.logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);

Completed in 359 milliseconds

<<11121314151617181920>>