/developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/common/logger/ |
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/BasicAccessibility/BasicAccessibilitySample/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/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/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/BasicContactables/BasicContactablesSample/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/BasicGestureDetect/BasicGestureDetectSample/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/BasicImmersiveMode/BasicImmersiveModeSample/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/BasicMediaRouter/BasicMediaRouterSample/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/BasicMultitouch/BasicMultitouchSample/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/BasicNetworking/BasicNetworkingSample/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/BasicSyncAdapter/BasicSyncAdapterSample/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/BatchStepSensor/BatchStepSensorSample/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/BorderlessButtons/BorderlessButtonsSample/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/CardEmulation/CardEmulationSample/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);
|