/development/samples/browseable/BluetoothChat/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/CardEmulation/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/CardReader/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/ClippingBasic/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/CustomTransition/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.common.logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 32 public static final int VERBOSE = android.util.Log.VERBOSE; 34 public static final int DEBUG = android.util.Log.DEBUG; 36 public static final int INFO = android.util.Log.INFO; 38 public static final int WARN = android.util.Log.WARN; 40 public static final int ERROR = android.util.Log.ERROR; 42 public static final int ASSERT = android.util.Log.ASSERT; 62 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/DrawableTinting/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/ElevationBasic/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/ElevationDrag/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/ |
CheckInAndDeleteDataItemsService.java | 30 import android.util.Log; 75 Log.e(TAG, "Unrecognized action: " + intent.getAction()); 87 Log.e(TAG, "CheckInAndDeleteDataItemsService.onHandleIntent: " 89 } else if (Log.isLoggable(TAG, Log.DEBUG)) { 90 Log.d(TAG, "Successfully deleted data item: " + dataItemUri); 93 Log.e(TAG, "Failed to delete data item: " + dataItemUri
|
/development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/Interpolator/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/JobScheduler/src/com.example.android.common.logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/MediaEffects/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/MediaRouter/src/com.example.android.common.logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/ |
MainActivity.java | 31 import android.util.Log; 51 Log.d(mLogTag, "** starting UnresizableActivity"); 65 Log.d(mLogTag, "** starting MinimumSizeActivity"); 71 Log.d(mLogTag, "** starting AdjacentActivity"); 86 Log.d(mLogTag, "** starting LaunchBoundsActivity"); 102 Log.d(mLogTag, "** starting BasicActivity"); 111 Log.d(mLogTag, "** starting CustomConfigurationChangeActivity");
|
/development/samples/browseable/MultiWindowPlayground/src/com/example.android.common.logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 31 public static final int VERBOSE = android.util.Log.VERBOSE; 32 public static final int DEBUG = android.util.Log.DEBUG; 33 public static final int INFO = android.util.Log.INFO; 34 public static final int WARN = android.util.Log.WARN; 35 public static final int ERROR = android.util.Log.ERROR; 36 public static final int ASSERT = android.util.Log.ASSERT; 56 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/NavigationDrawer/src/com.example.android.common.logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/NfcProvisioning/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |
/development/samples/browseable/PermissionRequest/src/com.example.android.common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}. 23 * Most of the methods in this class server only to map a method call in Log to its equivalent 26 public class Log { 30 public static final int VERBOSE = android.util.Log.VERBOSE; 31 public static final int DEBUG = android.util.Log.DEBUG; 32 public static final int INFO = android.util.Log.INFO; 33 public static final int WARN = android.util.Log.WARN; 34 public static final int ERROR = android.util.Log.ERROR; 35 public static final int ASSERT = android.util.Log.ASSERT; 55 * Instructs the LogNode to print the log data provided. Other LogNodes ca [all...] |