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

<<21222324252627282930>>

  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.common/logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
LogView.java 23 /** Simple TextView which is used to output log data received through the LogNode interface.
40 * Formats the log data and prints it out to the LogView.
41 * @param priority Log level of the data being logged. Verbose, Error, etc.
42 * @param tag Tag for for the log data. Can be used to organize log statements.
55 case android.util.Log.VERBOSE:
58 case android.util.Log.DEBUG:
61 case android.util.Log.INFO:
64 case android.util.Log.WARN:
67 case android.util.Log.ERROR
    [all...]
  /development/testrunner/
android_build.py 45 logger.Log("Error: ANDROID_BUILD_TOP not defined. Please run "
64 logger.Log("Error: ANDROID_HOST_OUT not defined. Please run "
101 logger.Log("Error: Host bin path could not be found %s" % path)
122 logger.Log("Error: ANDROID_PRODUCT_OUT not defined. Please run "
142 logger.Log("Error: Target native test path could not be found")
163 logger.Log("Error: Target system bin path could not be found")
183 logger.Log("Error: Host library path could not be found %s" % path)
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineRunnable.java 3 import android.util.Log;
60 if (Log.isLoggable(TAG, Log.VERBOSE)) {
61 Log.v(TAG, "Exception decoding", e);
110 if (Log.isLoggable(TAG, Log.DEBUG)) {
111 Log.d(TAG, "Exception decoding result from cache: " + e);
  /external/protobuf/javanano/src/device/main/java/com/google/protobuf/nano/android/
ParcelableMessageNanoCreator.java 35 import android.util.Log;
70 Log.e(TAG, "Exception trying to create proto from parcel", e);
72 Log.e(TAG, "Exception trying to create proto from parcel", e);
74 Log.e(TAG, "Exception trying to create proto from parcel", e);
76 Log.e(TAG, "Exception trying to create proto from parcel", e);
78 Log.e(TAG, "Exception trying to create proto from parcel", e);
80 Log.e(TAG, "Exception trying to create proto from parcel", e);
  /developers/samples/android/wearable/wear/WearVerifyRemoteApp/Application/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainMobileActivity.java 23 import android.util.Log;
91 Log.d(TAG, "onReceiveResult: " + resultCode);
122 Log.d(TAG, "onCreate()");
141 Log.d(TAG, "onPause()");
149 Log.d(TAG, "onResume()");
168 Log.d(TAG, "onCapabilityChanged(): " + capabilityInfo);
180 Log.d(TAG, "findWearDevicesWithApp()");
190 Log.d(TAG, "Capability request succeeded.");
195 Log.d(TAG, "Capable Nodes: " + mWearNodesWithApp);
200 Log.d(TAG, "Capability request failed to return any results.")
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
BlockedNumberBackupRestoreTest.java 26 import android.util.Log;
87 Log.i(TAG, "skipping BlockedNumberBackupRestoreTest");
91 Log.i(TAG, "Adding blocked numbers.");
94 Log.i(TAG, "Running backup.");
97 Log.i(TAG, "Clearing blocked numbers.");
101 Log.i(TAG, "Restoring blocked numbers.");
108 Log.i(TAG, "skipping BlockedNumberBackupRestoreTest");
112 Log.i(TAG, "Adding blocked numbers.");
117 Log.i(TAG, "Running backup.");
120 Log.i(TAG, "Deleting blocked number.")
    [all...]
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 31 import android.util.Log;
58 if (Log.isLoggable(TAG, Log.DEBUG)) {
59 Log.d(TAG, "Chat Service started");
91 if (Log.isLoggable(TAG, Log.DEBUG)) {
92 Log.d(TAG, "Sent: " + mLastResponse);
117 if (Log.isLoggable(TAG, Log.DEBUG)) {
118 Log.d(TAG, "Received: " + text)
    [all...]
  /developers/samples/android/deprecated/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 31 import android.util.Log;
58 if (Log.isLoggable(TAG, Log.DEBUG)) {
59 Log.d(TAG, "Chat Service started");
91 if (Log.isLoggable(TAG, Log.DEBUG)) {
92 Log.d(TAG, "Sent: " + mLastResponse);
117 if (Log.isLoggable(TAG, Log.DEBUG)) {
118 Log.d(TAG, "Received: " + text)
    [all...]
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ResponderService.java 31 import android.util.Log;
58 if (Log.isLoggable(TAG, Log.DEBUG)) {
59 Log.d(TAG, "Chat Service started");
91 if (Log.isLoggable(TAG, Log.DEBUG)) {
92 Log.d(TAG, "Sent: " + mLastResponse);
117 if (Log.isLoggable(TAG, Log.DEBUG)) {
118 Log.d(TAG, "Received: " + text)
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
BluetoothSL4AAudioSrcMBS.java 25 import com.googlecode.android_scripting.Log;
59 Log.d(TAG + " onPlay");
65 Log.d(TAG + " onPause");
71 Log.d(TAG + " onRewind");
76 Log.d(TAG + " onFastForward");
81 Log.d(TAG + " onSkipToNext");
87 Log.d(TAG + " onSkipToPrevious");
93 Log.d(TAG + " onStop");
115 Log.d(TAG + " handleMediaCommand Failed since Playback is null");
132 Log.d(TAG + " Unknown command " + command)
    [all...]
  /cts/tests/contentsuggestions/src/android/contentsuggestions/cts/
CtsContentSuggestionsService.java 28 import android.util.Log;
47 if (DEBUG) Log.d(TAG, "onCreate: ");
49 Log.e(TAG, "onCreate, trying to set verifier when it already exists");
57 if (DEBUG) Log.d(TAG, "onDestroy");
64 if (DEBUG) Log.d(TAG, "unbind");
71 Log.d(TAG,
82 Log.d(TAG,
94 Log.d(TAG,
105 Log.d(TAG,
  /cts/tests/tests/content/src/android/content/cts/
ReadableFileReceiverActivity.java 24 import android.util.Log;
59 Log.e(TAG, "Intent.FLAG_GRANT_READ_URI_PERMISSION was not granted.");
65 Log.e(TAG, "Could not get files from clipdata.");
70 Log.e(TAG, "File contents of " + file.getPath()
82 Log.e(TAG, "ClipData missing.");
86 Log.e(TAG, "Uri missing in ClipData.");
94 Log.e(TAG, "Uri missing in ClipData.");
100 Log.e(TAG, "Cannot get file at Uri.");
114 Log.e(TAG, "Error while reading file " + file.getPath() + ".");
  /cts/tests/tests/location/src/android/location/cts/
SoftAssert.java 21 import android.util.Log;
54 Log.i(mTag, message + ", (Test: PASS, actual : " +
64 Log.e(mTag, errorMessage);
104 Log.i(mTag, formattedMessage);
129 * @param strict if true, add this to the failure list, else, log a warning message
135 Log.i(mTag, "(Test: PASS) " + message);
138 Log.i(mTag, errorMessage);
153 Log.i(mTag, "All test pass.");
161 Log.e(mTag, "Failing tests are: \n" + message);
183 * A soft failure. In the current state of the tests, it will only log a warning and let th
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ConnectionStatus.java 23 import android.util.Log;
74 Log.d(TAG, line);
87 Log.e(TAG, "Null or empty server name to ping.");
94 Log.d(TAG, "Try pinging " + server);
118 Log.e(TAG, "ping not run: Unknown Host");
122 Log.e(TAG, "ping not found: IOException");
125 Log.e(TAG, "ping failed: InterruptedException");
136 Log.d(TAG, "Successfully pinged " + uri.getHost());
138 Log.e(TAG, "Failed to ping " + uri.getHost());
  /developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneService.java 22 import android.util.Log;
67 if (Log.isLoggable(TAG, Log.VERBOSE)) {
68 Log.v(TAG, "FindPhoneService.onHandleIntent");
82 Log.e(TAG, "Unexpected number of DataItems found.\n"
86 } else if (Log.isLoggable(TAG, Log.DEBUG)) {
87 Log.d(TAG, "onHandleIntent: failed to get current alarm state");
107 Log.e(TAG, "Failed to toggle alarm on phone - Client disconnected from Google Play "
  /developers/samples/android/deprecated/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneService.java 22 import android.util.Log;
67 if (Log.isLoggable(TAG, Log.VERBOSE)) {
68 Log.v(TAG, "FindPhoneService.onHandleIntent");
82 Log.e(TAG, "Unexpected number of DataItems found.\n"
86 } else if (Log.isLoggable(TAG, Log.DEBUG)) {
87 Log.d(TAG, "onHandleIntent: failed to get current alarm state");
107 Log.e(TAG, "Failed to toggle alarm on phone - Client disconnected from Google Play "
  /development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
FindPhoneService.java 22 import android.util.Log;
67 if (Log.isLoggable(TAG, Log.VERBOSE)) {
68 Log.v(TAG, "FindPhoneService.onHandleIntent");
82 Log.e(TAG, "Unexpected number of DataItems found.\n"
86 } else if (Log.isLoggable(TAG, Log.DEBUG)) {
87 Log.d(TAG, "onHandleIntent: failed to get current alarm state");
107 Log.e(TAG, "Failed to toggle alarm on phone - Client disconnected from Google Play "
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsPresence.java 35 import android.util.Log;
163 if (DBG) Log.d(TAG, "IRcsPresence creates");
199 if (DBG) Log.d(TAG, "call requestCapability, contactsNumber=" + contactsNumber);
209 if (DBG) Log.d(TAG, "requestCapability ret =" + ret);
245 if (DBG) Log.d(TAG, "call requestAvailability, contactNumber=" + contactNumber);
255 if (DBG) Log.d(TAG, "requestAvailability ret =" + ret);
273 if (DBG) Log.d(TAG, "call requestAvailabilityNoThrottle, contactNumber=" + contactNumber);
283 if (DBG) Log.d(TAG, "requestAvailabilityNoThrottle ret =" + ret);
301 if (DBG) Log.d(TAG, "getPublishState ret =" + ret);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
MessageHandler.java 26 import com.googlecode.android_scripting.Log;
72 Log.d("Handling Remote request");
87 Log.e("No SL4A method specified on the Bundle. Specify one with "
93 Log.e("Unknown RPC: \"" + method + "\"");
97 Log.d("Invoking method " + rpc.getName());
109 Log.e("Could not send reply back to client", e);
111 Log.e("Exception while executing sl4a method", t);
127 Log.e("Caught exception when filling JSON result.", e);
131 Log.d("Returning result: " + json.toString());
  /cts/common/device-side/util/src/com/android/compatibility/common/util/devicepolicy/provisioning/
StartProvisioningActivity.java 22 import android.util.Log;
50 Log.i(TAG, "result callback class name " + mResultCallback);
57 Log.i(TAG, "Start provisioning intent");
67 Log.i(TAG, "onActivityResult result: " + result);
69 Log.e(TAG, "onActivityResult", e);

Completed in 2072 milliseconds

<<21222324252627282930>>