/development/samples/browseable/RecipeAssistant/Application/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/RecyclerView/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/RenderScriptIntrinsic/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/RepeatingAlarm/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/RevealEffectBasic/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/RuntimePermissions/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/ScreenCapture/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/SlidingTabsBasic/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/SlidingTabsColors/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/StorageClient/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/StorageProvider/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/SwipeRefreshLayoutBasic/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/SwipeRefreshListFragment/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/SwipeRefreshMultipleViews/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/SynchronizedNotifications/Application/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/TextLinkify/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/TextSwitcher/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/WatchFace/Wearable/src/com.example.android.wearable.watchface/provider/ |
RandomNumberProviderService.java | 9 import android.util.Log; 30 Log.d(TAG, "onComplicationActivated(): " + complicationId); 47 Log.d(TAG, "onComplicationUpdate() id: " + complicationId); 100 if (Log.isLoggable(TAG, Log.WARN)) { 101 Log.w(TAG, "Unexpected complication type " + dataType); 116 Log.d(TAG, "onComplicationDeactivated(): " + complicationId);
|
/external/apache-http/src/org/apache/commons/logging/ |
LogSource.java | 27 * <p>Factory for creating {@link Log} instances. Applications should call 29 * of the configured {@link Log} implementation class.</p> 45 * <code>org.apache.commons.logging.log</code> to the name of the 46 * <code>org.apache.commons.logging.Log</code> implementation class 74 /** Constructor for current log class */ 105 // Set the default Log implementation 108 name = System.getProperty("org.apache.commons.logging.log"); 110 name = System.getProperty("org.apache.commons.logging.Log"); 162 * Set the log implementation/log implementation factor 200 Log log = (Log) (logs.get(name)); local 241 Log log = null; local [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/model/ |
ImageVideoModelLoader.java | 4 import android.util.Log; 72 if (Log.isLoggable(TAG, Log.VERBOSE)) { 73 Log.v(TAG, "Exception fetching input stream, trying ParcelFileDescriptor", e); 85 if (Log.isLoggable(TAG, Log.VERBOSE)) { 86 Log.v(TAG, "Exception fetching ParcelFileDescriptor", e);
|
/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
SetupCompatServiceInvoker.java | 24 import android.util.Log; 48 Log.e(TAG, String.format("Metric of type %d dropped since queue is full.", metricType), e); 56 Log.e(TAG, String.format("Screen %s bind back fail.", screenName), e); 69 Log.w(TAG, "logMetric failed since service reference is null. Are the permissions valid?"); 72 Log.e(TAG, String.format("Exception occurred while trying to log metric = [%s]", args), e); 84 Log.w(TAG, "BindBack failed since service reference is null. Are the permissions valid?"); 87 Log.e(
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/ |
ProjectionActivity.java | 30 import android.util.Log; 64 Log.i(TAG, "onServiceConnected thread " + Thread.currentThread()); 69 Log.e(TAG, "Failed to execute startRendering", e); 87 Log.i(TAG, "onCreate"); 106 Log.e(TAG, "Failed to execute onTouchEvent", e); 121 Log.i(TAG, "onSurfaceTextureAvailable " + "w: " + width + " h: " + height); 133 Log.i(TAG, "onSurfaceTextureDestroyed"); 138 Log.e(TAG, "Failed to execute stopRendering", e); 151 Log.i(TAG, "onSurfaceTextureSizeChanged " + surface.toString() + "w: " + width + " h: " 159 Log.i(TAG, "onSurfaceTextureUpdated " + surface.toString()) [all...] |
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/ |
MyService.java | 36 import android.util.Log; 60 Log.d(TAG, "receiver already registered: " + mReceiver); 68 Log.d(TAG, "receiver registered"); 95 Log.d(TAG, "unregister previous network callback: " + mNetworkCallback); 98 Log.d(TAG, "registering network callback"); 106 Log.d(TAG, "Cannot send onBlockedStatusChanged: " + e); 116 Log.d(TAG, "Cannot send onAvailable: " + e); 126 Log.d(TAG, "Cannot send onLost: " + e); 141 Log.d(TAG, "unregistering network callback"); 173 Log.d(TAG, "onDestroy(): unregistering " + mReceiver) [all...] |
/cts/tests/tests/assist/service/src/android/assist/service/ |
MainInteractionService.java | 33 import android.util.Log; 47 Log.i(TAG, "onCreate received"); 53 Log.i(TAG, "onReady received"); 59 Log.i(TAG, "onStartCommand received - intent: " + intent); 79 Log.wtf(TAG, "Can't start session because either intent is null or onReady() " 90 Log.i(TAG, "Registered receiver to start session later"); 94 Log.i(TAG, "Yay! about to start session"); 104 Log.wtf(TAG, "**** Not starting MainInteractionService because" + 113 Log.i(TAG, "Received broadcast to start session now: " + intent); 127 Log.e(TAG, "MainInteractionServiceBroadcastReceiver: invalid action " + action) [all...] |
/developers/build/prebuilts/gradle/JobScheduler/kotlinApp/app/src/main/java/com/example/android/jobscheduler/ |
MyJobService.kt | 27 import android.util.Log 58 Log.i(TAG, "on start job: ${params.jobId}") 67 Log.i(TAG, "on stop job: ${params.jobId}") 77 Log.d(TAG, "Service is bound, not started. There's no callback to send a message to.") 88 Log.e(TAG, "Error passing service object back to activity.")
|