HomeSort by relevance Sort by last modified time
    Searched refs:Log (Results 26 - 50 of 6843) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/testing/support/tests/src/android/support/test/
MyEmptyTest.java 18 import android.util.Log;
28 Log.i("empty", "I'm here");
MyInstrumentationTestCase.java 20 import android.util.Log;
29 Log.i("MyInstrumentationTestCase", "I'm created");
  /packages/apps/Settings/src/com/android/settings/
SubSettings.java 19 import android.util.Log;
35 Log.d("SubSettings", "Launching fragment " + fragmentName);
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilitiesFactory.java 21 import com.android.ex.camera2.portability.debug.Log;
25 private static Log.Tag TAG = new Log.Tag("CamCapabsFact");
29 Log.w(TAG, "Null parameter passed in.");
  /packages/apps/Camera2/src/com/android/camera/
CameraErrorCallback.java 19 import com.android.camera.debug.Log;
24 private static final Log.Tag TAG = new Log.Tag("CamErrCallback");
28 Log.e(TAG, "Got camera error callback. error=" + error);
  /external/chromium_org/chrome/test/chromedriver/chrome/
console_logger.h 12 class Log;
14 // Translates DevTools Console.messageAdded events into Log messages.
19 // Translates the level into Log::Level, drops all other fields.
22 // Creates a ConsoleLogger that creates entries in the given Log object.
23 // The log is owned elsewhere and must not be null.
24 explicit ConsoleLogger(Log* log);
28 // Translates an event into a log entry.
34 Log* log_; // The log where to create entries
    [all...]
performance_logger.h 12 class Log;
14 // Translates DevTools profiler events into Log messages with info level.
23 // Creates a PerformanceLogger that creates entries in the given Log object.
24 // The log is owned elsewhere and must not be null.
25 explicit PerformanceLogger(Log* log);
29 // Translates an event into a log entry.
35 Log* log_; // The log where to create entries.
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterApp.java 24 import android.util.Log;
33 if (DBG) Log.d(TAG,"Loading JNI Library");
42 Log.d(TAG, "REFCOUNT: Constructed "+ this + " Instance Count = " + sRefCount);
50 if (DBG) Log.d(TAG, "onCreate");
59 Log.d(TAG, "REFCOUNT: Finalized: " + this +", Instance Count = " + sRefCount);
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
Log.java 21 * \brief Log wrapper
28 public class Log {
30 private static final boolean LOG_VERBOSE = android.util.Log.isLoggable("dEQP", android.util.Log.VERBOSE);
31 private static final boolean LOG_DEBUG = android.util.Log.isLoggable("dEQP", android.util.Log.DEBUG);
38 android.util.Log.d(tag, msg);
43 android.util.Log.i(tag, msg);
48 android.util.Log.w(tag, msg);
53 android.util.Log.w(tag, msg, tr)
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ReceiverService.java 23 import android.util.Log;
36 Log.d(LOG_TAG, "Receiver service created");
46 Log.d(LOG_TAG, "Receiver service started");
53 Log.d(LOG_TAG, "header:");
54 Log.d(LOG_TAG, HexDump.dumpHexString(header));
55 Log.d(LOG_TAG, "body:");
56 Log.d(LOG_TAG, HexDump.dumpHexString(body));
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProviderIntentService.java 20 import android.util.Log;
33 if (Log.isLoggable(TAG, Log.DEBUG)) {
34 Log.d(TAG, "Received Intent: " + intent);
38 if (Log.isLoggable(TAG, Log.DEBUG)) {
39 Log.d(TAG, "Invalid Intent action: " + action);
  /frameworks/testing/support/src/android/support/test/internal/runner/listener/
LogRunListener.java 18 import android.util.Log;
37 Log.i(TAG, String.format("run started: %d tests", description.testCount()));
42 Log.i(TAG, String.format("run finished: %d tests, %d failed, %d ignored",
48 Log.i(TAG, "started: " + description.getDisplayName());
53 Log.i(TAG, "finished: " + description.getDisplayName());
58 Log.i(TAG, "failed: " + failure.getDescription().getDisplayName());
59 Log.i(TAG, "----- begin exception -----");
60 Log.i(TAG, failure.getTrace());
61 Log.i(TAG, "----- end exception -----");
66 Log.i(TAG, "assumption failed: " + failure.getDescription().getDisplayName())
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 46 import android.util.Log;
173 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
174 Log.v(TAG, "Creating TransactionService");
214 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
215 Log.v(TAG, "onNewIntent: serviceId: " + serviceId + ": " + intent.getExtras() +
217 Log.v(TAG, " networkAvailable=" + !noNetwork);
230 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE))
    [all...]
MmsSystemEventReceiver.java 27 import android.util.Log;
48 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
49 Log.v(TAG, "wakeUpService: start transaction service ...");
57 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
58 Log.v(TAG, "Intent received: " + intent);
71 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
72 Log.v(TAG, "mobile data turned off, bailing")
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java 42 Log.v(this, "- Got BluetoothHeadset: " + mBluetoothHeadset);
62 Log.d(this, "mReceiver: HEADSET_STATE_CHANGED_ACTION");
63 Log.d(this, "==> new state: %s ", bluetoothHeadsetState);
69 Log.d(this, "mReceiver: HEADSET_AUDIO_STATE_CHANGED_ACTION");
70 Log.d(this, "==> new state: %s", bluetoothHeadsetAudioState);
120 Log.v(this, "isBluetoothAvailable()...");
126 // Log.d(this, " ==> FALSE (BT not enabled)");
129 // Log.d(this, " - BT enabled! device name " + adapter.getName()
145 Log.v(this, "state = " + mBluetoothHeadset.getConnectionState(device)
151 Log.v(this, " ==> " + isConnected)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClient.java 26 import android.util.Log;
376 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
378 if (VDBG) Log.d(TAG,"Unbinding service...");
384 Log.e(TAG,"",re);
391 if (VDBG) Log.d(TAG,"Binding service...");
396 Log.e(TAG,"",re);
416 Log.e(TAG,"",e);
429 Log.e(TAG, "Could not bind to Bluetooth Headset Client Service with " + intent);
442 if (VDBG) log("close()");
449 Log.e(TAG,"",e)
1164 private static void log(String msg) { method in class:BluetoothHeadsetClient
    [all...]
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 22 import com.example.android.common.logger.Log;
32 Log.i(TAG, "Single Tap Up");
40 Log.i(TAG, "Long Press");
47 Log.i(TAG, "Scroll");
55 Log.i(TAG, "Fling");
62 Log.i(TAG, "Show Press");
68 Log.i(TAG, "Down");
75 Log.i(TAG, "Double tap");
84 Log.i(TAG, "Event within double tap");
92 Log.i(TAG, "Single tap confirmed")
    [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 22 import com.example.android.common.logger.Log;
32 Log.i(TAG, "Single Tap Up");
40 Log.i(TAG, "Long Press");
47 Log.i(TAG, "Scroll");
55 Log.i(TAG, "Fling");
62 Log.i(TAG, "Show Press");
68 Log.i(TAG, "Down");
75 Log.i(TAG, "Double tap");
84 Log.i(TAG, "Event within double tap");
92 Log.i(TAG, "Single tap confirmed")
    [all...]
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 22 import com.example.android.common.logger.Log;
32 Log.i(TAG, "Single Tap Up");
40 Log.i(TAG, "Long Press");
47 Log.i(TAG, "Scroll");
55 Log.i(TAG, "Fling");
62 Log.i(TAG, "Show Press");
68 Log.i(TAG, "Down");
75 Log.i(TAG, "Double tap");
84 Log.i(TAG, "Event within double tap");
92 Log.i(TAG, "Single tap confirmed")
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorResponse.java 23 import android.util.Log;
46 if (Log.isLoggable(TAG, Log.VERBOSE)) {
48 Log.v(TAG, "AccountAuthenticatorResponse.onResult: "
59 if (Log.isLoggable(TAG, Log.VERBOSE)) {
60 Log.v(TAG, "AccountAuthenticatorResponse.onRequestContinued");
70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
71 Log.v(TAG, "AccountAuthenticatorResponse.onError: " + errorCode + ", " + errorMessage)
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
Log.java 19 public class Log {
26 * adb shell setprop log.tag.CAM2PORT_ VERBOSE
27 * adb shell setprop log.tag.CAM2PORT_ ""
30 private static final Log.Tag TAG = new Log.Tag("Log");
33 * This class restricts the length of the log tag to be less than the
59 if (isLoggable(tag, android.util.Log.DEBUG)) {
60 android.util.Log.d(tag.toString(), msg);
65 if (isLoggable(tag, android.util.Log.DEBUG))
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 45 import android.util.Log;
85 if (V) Log.v(TAG, "Create TCP ServerSocket");
88 Log.e(TAG, "Error listing on port" + Constants.TCP_DEBUG_PORT);
95 if (V) Log.v(TAG, "Socket connected!");
104 Log.e(TAG, "Error accept connection " + e);
107 if (V) Log.v(TAG, "TCP listen thread finished");
117 if (V) Log.v(TAG, "Starting RFCOMM listener....");
119 if (V) Log.v(TAG, "Started RFCOMM listener....");
121 Log.e(TAG, "Error create RfcommServerSocket " + e1);
128 if (V) Log.v(TAG, "Wait 300 ms")
    [all...]
  /packages/apps/Camera2/src/com/android/camera/debug/
Log.java 19 public class Log {
26 * adb shell setprop log.tag.CAM_ VERBOSE
27 * adb shell setprop log.tag.CAM_ ""
30 private static final Log.Tag TAG = new Log.Tag("Log");
33 * This class restricts the length of the log tag to be less than the
59 if (isLoggable(tag, android.util.Log.DEBUG)) {
60 android.util.Log.d(tag.toString(), msg);
65 if (isLoggable(tag, android.util.Log.DEBUG))
    [all...]
  /packages/services/Telephony/tests/src/com/android/phone/tests/
OtaspTestActivity.java 24 import android.util.Log;
53 Log.i(LOG_TAG, "##### onCreate: intent = " + intent);
56 Log.i(LOG_TAG, " - has extras: size = " + extras.size()); // forces an unparcel()
57 Log.i(LOG_TAG, " - extras = " + extras);
88 Log.i(LOG_TAG, "==> onCreate: got a result from the OTASP call!");
92 Log.i(LOG_TAG, " - resultCode = " + resultCode);
109 Log.i(LOG_TAG, " - result: " + resultString);
117 Log.i(LOG_TAG, "==> onCreate: entered from the launcher.");
123 Log.i(LOG_TAG, "onNewIntent: intent=" + intent);
125 if (extras != null) Log.i(LOG_TAG, " - intent extras = " + extras)
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
FaceUnlock.java 35 import android.util.Log;
91 Log.d(TAG, "initializeView()");
106 if (DEBUG) Log.d(TAG, "stopAndShowBackup()");
116 if (DEBUG) Log.d(TAG, "start()");
118 Log.e(TAG, "start() called off of the UI thread");
122 Log.w(TAG, "start() called when already running");
126 Log.d(TAG, "Binding to Face Unlock service for user="
135 Log.w(TAG, "Attempt to bind to Face Unlock when already bound");
146 if (DEBUG) Log.d(TAG, "stop()");
148 Log.e(TAG, "stop() called from non-UI thread")
    [all...]

Completed in 3343 milliseconds

12 3 4 5 6 7 8 91011>>