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

1 2 3 45 6 7 8 91011>>

  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java 48 import android.util.Log;
55 * updating notifications, writing call log entries, etc.)
89 // "timed out" and should be logged in Call Log as a missed call. If it's
190 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance);
215 Log.w(LOG_TAG, "CallNotifier: Exception caught while creating " +
234 log("RINGING... (new)");
247 if (DBG) log("RINGING... (PHONE_INCOMING_RING event)");
250 if (DBG) log("RING before NEW_RING, skipping");
260 if (DBG) log("DISCONNECT");
272 Log.w(LOG_TAG, "CallerInfo query took too long; manually starting ringer")
2134 private void log(String msg) { method in class:CallNotifier
    [all...]
CallTime.java 25 import android.util.Log;
70 if (DBG) log("setActiveCallMode(" + call + ")...");
78 if (DBG) log("reset()...");
93 if (DBG) log("periodicUpdateTimer() @ " + nextReport);
109 if (DBG) log("periodicUpdateTimer: timer already running, bail");
114 if (DBG) log("cancelTimer()...");
153 if (DBG) log("updateElapsedTime, count=" + count + ", duration=" + duration);
157 private static void log(String msg) { method in class:CallTime
158 Log.d(LOG_TAG, "[CallTime] " + msg);
179 log("trace ready...")
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 26 import android.util.Log;
118 Log.e(TAG, "Could not bind to Bluetooth Pbap Service");
149 if (DBG) log("getState()");
153 } catch (RemoteException e) {Log.e(TAG, e.toString());}
155 Log.w(TAG, "Proxy not attached to service");
156 if (DBG) log(Log.getStackTraceString(new Throwable()));
168 if (DBG) log("getClient()");
172 } catch (RemoteException e) {Log.e(TAG, e.toString());}
174 Log.w(TAG, "Proxy not attached to service")
254 private static void log(String msg) { method in class:BluetoothPbap
    [all...]
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 28 import android.util.Log;
69 private void log(final String message) { method in class:KeyChainTestActivity
70 Log.d(TAG, message);
99 log("Starting test...");
114 log("KeyChain failed as expected with null argument.");
125 log("KeyChain failed as expected with null argument.");
136 log("KeyChain failed as expected with null argument.");
147 log("KeyChain failed as expected on main thread.");
163 log("Requesting install of server's CA...");
178 log("Starting web server...")
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 232 protected abstract void log(String s); method in class:DataConnection
238 if (DBG) log("DataConnection constructor E");
254 if (DBG) log("DataConnection constructor X");
275 if (DBG) log("tearDownData radio is on, call deactivateDataCall");
278 if (DBG) log("tearDownData radio is off sendMessage EVENT_DEACTIVATE_DONE immediately");
308 if (DBG) log("notifyConnectionCompleted at " + timeStamp + " cause=" + cause);
319 if (VDBG) log("NotifyDisconnectCompleted");
324 log(String.format("msg=%s msg.obj=%s", msg.toString(),
330 if (DBG) log("NotifyDisconnectCompleted DisconnectParams=" + dp);
443 if (DBG) log("clearSettings")
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 42 import org.apache.commons.logging.Log;
71 private final Log log = LogFactory.getLog(getClass()); field in class:ConnPoolByRoute
288 if (log.isDebugEnabled()) {
289 log.debug("Total connections kept alive: " + freeConnections.size());
290 log.debug("Total issued connections: " + issuedConnections.size());
291 log.debug("Total allocated connection: " + numConnections + " out of " + maxTotalConnections);
307 if (log.isDebugEnabled()) {
308 log.debug("Available capacity: " + rospl.getCapacity()
324 if (log.isDebugEnabled())
    [all...]
  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbChimpDevice.java 59 private static final Logger LOG = Logger.getLogger(AdbChimpDevice.class.getName());
87 LOG.log(Level.SEVERE, "Error getting the manager to quit", e);
107 LOG.log(Level.SEVERE, "Error starting command: " + command, e);
110 LOG.log(Level.SEVERE, "Error starting command: " + command, e);
114 LOG.log(Level.INFO, "Error starting command: " + command, e);
117 LOG.log(Level.SEVERE, "Error starting command: " + command, e)
    [all...]
  /development/ndk/samples/module-exports/jni/foo/
foo.c 2 #include <android/log.h>
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
ErrorLog.h 20 # include <cutils/log.h>
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 36 import org.apache.commons.logging.Log;
57 private final Log log = LogFactory.getLog(getClass()); field in class:RequestProxyAuthentication
90 this.log.debug("User credentials not available");
97 if (this.log.isErrorEnabled()) {
98 this.log.error("Proxy authentication error: " + ex.getMessage());
RequestTargetAuthentication.java 36 import org.apache.commons.logging.Log;
57 private final Log log = LogFactory.getLog(getClass()); field in class:RequestTargetAuthentication
90 this.log.debug("User credentials not available");
98 if (this.log.isErrorEnabled()) {
99 this.log.error("Authentication error: " + ex.getMessage());
  /external/llvm/utils/
GetSourceVersion 22 git log -1 --pretty=format:%H
  /frameworks/base/core/java/com/android/internal/os/
AndroidPrintStream.java 19 import android.util.Log;
22 * Print stream which log lines using Android's logging system.
34 * @param priority from {@link android.util.Log}
35 * @param tag to log
46 protected void log(String line) { method in class:AndroidPrintStream
47 Log.println(priority, tag, line);
  /frameworks/base/include/media/stagefright/
MediaDebug.h 21 #include <cutils/log.h>
  /frameworks/compile/linkloader/utils/
rsl_assert.cpp 25 #include <cutils/log.h>
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
InvalidTypeException.java 17 package com.android.ddmlib.log;
  /sdk/ide_common/src/com/android/ide/common/log/
ILogger.java 17 package com.android.ide.common.log;
  /system/core/libsysutils/src/
FrameworkCommand.cpp 20 #include <cutils/log.h>
  /system/core/nexus/
SupplicantAssociatedEvent.cpp 20 #include <cutils/log.h>
SupplicantConnectionTimeoutEvent.cpp 18 #include <cutils/log.h>
SupplicantDisconnectedEvent.cpp 18 #include <cutils/log.h>
SupplicantScanResultsEvent.cpp 18 #include <cutils/log.h>
  /system/media/mca/filterpacks/imageproc/native/
invert.c 17 #include <android/log.h>
  /external/apache-http/src/org/apache/http/impl/conn/
Wire.java 36 import org.apache.commons.logging.Log;
39 * Logs data to the wire LOG.
47 private final Log log; field in class:Wire
49 public Wire(Log log) {
50 this.log = log;
64 log.debug(buffer.toString());
78 log.debug(buffer.toString())
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/http/
CookiesTest.java 47 * Test that we don't log potentially sensitive cookie values.
65 String log = out.toString("UTF-8"); local
66 assertTrue(log, log.contains("password"));
67 assertTrue(log, log.contains("fake.domain"));
68 assertFalse(log, log.contains("secret"));

Completed in 717 milliseconds

1 2 3 45 6 7 8 91011>>