/developers/build/prebuilts/gradle/CardReader/CardReaderSample/src/main/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/developers/build/prebuilts/gradle/CustomChoiceList/CustomChoiceListSample/src/main/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/developers/build/prebuilts/gradle/ImmersiveMode/ImmersiveModeSample/src/main/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/developers/build/prebuilts/gradle/NetworkConnect/NetworkConnectSample/src/main/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/developers/build/prebuilts/gradle/RepeatingAlarm/RepeatingAlarmSample/src/main/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/developers/build/prebuilts/gradle/SlidingTabsBasic/SlidingTabsBasicSample/src/main/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/developers/build/prebuilts/gradle/StorageClient/StorageClientSample/src/main/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/developers/build/prebuilts/gradle/StorageProvider/StorageProviderSample/src/main/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/developers/build/prebuilts/gradle/TextLinkify/TextLinkifySample/src/main/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/developers/build/prebuilts/gradle/TextSwitcher/TextSwitcherSample/src/main/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/developers/samples/android/common/src/java/com/example/android/common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |