HomeSort by relevance Sort by last modified time
    Searched refs:Log (Results 101 - 125 of 4565) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
RetryRule.java 19 import android.util.Log;
54 Log.v(TAG, "Executing " + description.getDisplayName()
66 Log.v(TAG, "Good News, Everyone! " + name + " passed right away");
68 Log.d(TAG,
77 Log.d(TAG, "Increased " + timeout.getName() + " from " + before + "ms"
82 Log.w(TAG, "Arrrr! " + name + " failed at attempt " + i + "/" + mMaxAttempts
85 Log.e(TAG, "D'OH! " + name + ": giving up after " + mMaxAttempts + " attempts");
AppStandbyUtils.java 19 import android.util.Log;
48 Log.d(TAG, "Setting AppStandby " + (enabled ? "enabled" : "disabled") + " at runtime.");
63 Log.d(TAG, "AppStandby is " + (boolResult ? "enabled" : "disabled") + " at runtime.");
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
RetryRule.java 19 import android.util.Log;
54 Log.v(TAG, "Executing " + description.getDisplayName()
66 Log.v(TAG, "Good News, Everyone! " + name + " passed right away");
68 Log.d(TAG,
77 Log.d(TAG, "Increased " + timeout.getName() + " from " + before + "ms"
82 Log.w(TAG, "Arrrr! " + name + " failed at attempt " + i + "/" + mMaxAttempts
85 Log.e(TAG, "D'OH! " + name + ": giving up after " + mMaxAttempts + " attempts");
AppStandbyUtils.java 19 import android.util.Log;
48 Log.d(TAG, "Setting AppStandby " + (enabled ? "enabled" : "disabled") + " at runtime.");
63 Log.d(TAG, "AppStandby is " + (boolResult ? "enabled" : "disabled") + " at runtime.");
  /cts/tests/backup/app/src/android/backup/app/
FullBackupBackupAgent.java 24 import android.util.Log;
38 Log.d(MainActivity.TAG, "onCreate");
56 Log.d(MainActivity.TAG, "onRestoreFile " + destination);
62 Log.d(MainActivity.TAG, "Full backup requested, quota is " + data.getQuota());
68 Log.d(MainActivity.TAG, "Quota exceeded!");
73 Log.d(MainActivity.TAG, "onRestoreFinished");
78 Log.d(MainActivity.TAG, "onDestroy");
  /cts/tests/tests/assist/src/android/assist/cts/
DisableContextTest.java 20 import android.util.Log;
43 Log.d(TAG, "Not running assist tests - voice_recognizers feature is not supported");
47 Log.i(TAG, "DisableContext: Screenshot OFF, Context OFF");
58 Log.d(TAG, "Not running assist tests - voice_recognizers feature is not supported");
62 Log.i(TAG, "DisableContext: Screenshot OFF, Context ON");
73 Log.d(TAG, "Not running assist tests - voice_recognizers feature is not supported");
77 Log.i(TAG, "DisableContext: Screenshot ON, Context OFF");
  /developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
MainActivity.java 31 import android.util.Log;
78 mLogTextView = (TextView) findViewById(R.id.log);
107 Log.i(TAG, "onGetEventsClicked(): Checking permission.");
125 Log.i(TAG, "Permissions already granted. Starting service.");
138 Log.i(TAG, "CALENDAR permission has NOT been granted. Requesting permission.");
155 Log.i(TAG, "Display calendar & contact permissions rationale for additional context.");
200 if (Log.isLoggable(TAG, Log.DEBUG)) {
201 Log.d(TAG, "onDeleteEventsClicked(): failed to get Data "
211 Log.e(TAG, "Failed to delete data items
    [all...]
  /developers/samples/android/deprecated/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
MainActivity.java 31 import android.util.Log;
78 mLogTextView = (TextView) findViewById(R.id.log);
107 Log.i(TAG, "onGetEventsClicked(): Checking permission.");
125 Log.i(TAG, "Permissions already granted. Starting service.");
138 Log.i(TAG, "CALENDAR permission has NOT been granted. Requesting permission.");
155 Log.i(TAG, "Display calendar & contact permissions rationale for additional context.");
200 if (Log.isLoggable(TAG, Log.DEBUG)) {
201 Log.d(TAG, "onDeleteEventsClicked(): failed to get Data "
211 Log.e(TAG, "Failed to delete data items
    [all...]
  /development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
MainActivity.java 31 import android.util.Log;
78 mLogTextView = (TextView) findViewById(R.id.log);
107 Log.i(TAG, "onGetEventsClicked(): Checking permission.");
125 Log.i(TAG, "Permissions already granted. Starting service.");
138 Log.i(TAG, "CALENDAR permission has NOT been granted. Requesting permission.");
155 Log.i(TAG, "Display calendar & contact permissions rationale for additional context.");
200 if (Log.isLoggable(TAG, Log.DEBUG)) {
201 Log.d(TAG, "onDeleteEventsClicked(): failed to get Data "
211 Log.e(TAG, "Failed to delete data items
    [all...]
  /device/google/contexthub/util/nanotool/
log.h 28 * Prefer to use these macros instead of calling Log::Error, etc. directly, in
32 #define LOGE(fmt, ...) Log::Error(fmt, ##__VA_ARGS__)
33 #define LOGW(fmt, ...) Log::Warn(fmt, ##__VA_ARGS__)
34 #define LOGI(fmt, ...) Log::Info(fmt, ##__VA_ARGS__)
35 #define LOGD(fmt, ...) Log::Debug(fmt, ##__VA_ARGS__)
37 #define LOGD_BUF(buf, len) Log::DebugBuf((const uint8_t *) buf, len)
38 #define LOGD_VEC(vec) Log::DebugBuf(vec)
40 // Interface for a log output method
48 // Singleton used to log messages to an arbitrary output
49 class Log {
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
CacheLoader.java 3 import android.util.Log;
30 if (Log.isLoggable(TAG, Log.DEBUG)) {
31 Log.d(TAG, "Exception decoding image from cache", e);
35 if (Log.isLoggable(TAG, Log.DEBUG)) {
36 Log.d(TAG, "Failed to decode image from cache or not present in cache");
  /cts/tests/tests/media/src/android/media/cts/
CompositionTextureView.java 25 import android.util.Log;
41 Log.i(TAG, "CompositionTextureView");
48 Log.i(TAG, "CompositionTextureView");
55 Log.i(TAG, "CompositionTextureView");
61 Log.i(TAG, "startListening");
69 Log.i(TAG, "onSurfaceTextureAvailable");
78 Log.i(TAG, "onSurfaceTextureDestroyed");
86 Log.i(TAG, "onSurfaceTextureSizeChanged");
95 Log.i(TAG, "onSurfaceTextureUpdated");
  /cts/tests/tests/voicesettings/src/android/voicesettings/cts/
AirplaneModeTest.java 26 import android.util.Log;
43 Log.v(TAG, "setUp(): mHasFeature=" + mHasFeature);
52 Log.i(TAG, "The device doesn't support feature: " + FEATURE_VOICE_RECOGNIZERS);
56 Log.e(TAG, "Voice intent for Airplane Mode NOT supported. existing the test");
62 Log.i(TAG, "Before testing, AIRPLANE_MODE is set to: " + mode);
65 Log.i(TAG, "airplane mode is not found in Settings. Skipping AirplaneModeTest");
88 Log.i(TAG, "All done!");
98 Log.i(TAG, "After testing, AIRPLANE_MODE is set to: " + mode);
100 Log.i(TAG, "Successfully Tested: " + test);
  /cts/hostsidetests/systemui/app/src/android/systemui/cts/
TestActiveTileService.java 21 import android.util.Log;
27 Log.i(TAG, TEST_PREFIX + "onTileAdded");
33 Log.i(TestActiveTileService.class.getSimpleName(),
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AutofillTestWatcher.java 19 import android.util.Log;
51 Log.i(TAG, "Starting " + testName);
64 Log.i(TAG, "Finished " + testName);
86 Log.v(TAG, "registering activity on " + where + ": " + activity);
104 Log.d(TAG, "unregistered activity on " + where + ": " + activity);
106 Log.v(TAG, "ignoring already unregistered activity on " + where + ": " + activity);
128 Log.d(TAG, "Manually finishing " + sUnfinishedBusiness.size() + " activities");
131 Log.v(TAG, "Ignoring activity that isFinishing(): " + activity);
133 Log.d(TAG, "Finishing activity: " + activity);
144 Log.d(TAG, "Waiting until " + sAllActivities.size() + " activities are destroyed")
    [all...]
  /cts/tests/tests/assist/testapp/src/android/assist/testapp/
TestApp.java 21 import android.util.Log;
31 Log.i(TAG, "TestApp created: " + getIntent());
44 Log.i(TAG, "TestApp onEnterAnimationComplete ");
  /cts/tests/tests/permission/src/android/permission/cts/
NotificationListener.java 20 import android.util.Log;
31 Log.i(LOG_TAG, "connected");
50 Log.i(LOG_TAG, "disconnected");
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/common/activities/
SampleActivityBase.java 22 import com.example.android.common.logger.Log;
43 /** Set up targets to receive log data */
45 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
46 // Wraps Android's native log framework
48 Log.setLogNode(logWrapper);
50 Log.i(TAG, "Ready");
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 18 import android.util.Log;
21 * Helper class which wraps Android's native Log utility in the Logger interface. This way
26 // For piping: The next node to receive Log data after this one has done its work.
44 * Prints data out to the console using Android's native log mechanism.
45 * @param priority Log level of the data being logged. Verbose, Error, etc.
46 * @param tag Tag for for the log data. Can be used to organize log statements.
53 // There actually are log methods that don't take a msg parameter. For now,
63 msg += "\n" + Log.getStackTraceString(tr);
66 // This is functionally identical to Log.x(tag, useMsg)
    [all...]

Completed in 1689 milliseconds

1 2 3 45 6 7 8 91011>>