/developers/build/prebuilts/gradle/CustomChoiceList/CustomChoiceListSample/src/main/java/com/example/android/common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/ImmersiveMode/ImmersiveModeSample/src/main/java/com/example/android/common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/NetworkConnect/NetworkConnectSample/src/main/java/com/example/android/common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/RepeatingAlarm/RepeatingAlarmSample/src/main/java/com/example/android/common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/SlidingTabsBasic/SlidingTabsBasicSample/src/main/java/com/example/android/common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/java/com/example/android/common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/StorageClient/StorageClientSample/src/main/java/com/example/android/common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/StorageProvider/StorageProviderSample/src/main/java/com/example/android/common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/TextLinkify/TextLinkifySample/src/main/java/com/example/android/common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/TextSwitcher/TextSwitcherSample/src/main/java/com/example/android/common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/samples/android/common/src/java/com/example/android/common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/ActivityInstrumentation/src/com.example.android.common.logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/BasicAccessibility/src/com.example.android.common.logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/BasicContactables/src/com.example.android.common.logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/BasicGestureDetect/src/com.example.android.common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/BasicMediaRouter/src/com.example.android.common.logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/BasicMultitouch/src/com.example.android.common.logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/ |
Log.java | 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 90 public static void v(String tag, String msg, Throwable tr) { 91 println(VERBOSE, tag, msg, tr); 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 113 public static void d(String tag, String msg, Throwable tr) { 114 println(DEBUG, tag, msg, tr); 132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |