Searched refs:log (Results 1 - 25 of 108) sorted by relevance

12345

/packages/apps/Phone/src/com/android/phone/
H A DInCallContactPhoto.java93 if (DBG) log("setImageResource(" + resId + ")...");
103 if (DBG) log("setImageURI(" + uri + ")...");
113 if (DBG) log("setImageBitmap(" + bm + ")...");
123 if (DBG) log("setImageDrawable(" + inputDrawable + ")...");
128 if (VDBG) log("################# setImageDrawable()... ################");
129 if (VDBG) log("- this: " + this);
130 if (VDBG) log("- inputDrawable: " + inputDrawable);
131 if (VDBG) log("- mPreviousImageDrawable: " + mPreviousImageDrawable);
140 if (VDBG) log("- inputBitmap: " + inputBitmap);
141 if (VDBG) log("
233 private void log(String msg) { method in class:InCallContactPhoto
[all...]
H A DInCallUiState.java210 if (DBG) log("hasPendingCallStatusCode() ==> "
220 if (DBG) log("getPendingCallStatusCode() ==> " + mPendingCallStatusCode);
228 if (DBG) log("setPendingCallStatusCode( " + status + " )...");
252 if (DBG) log("clearPendingCallStatusCode()...");
399 log("dumpState():");
400 log(" - showDialpad: " + showDialpad);
402 log(" - status indication is pending!");
403 log(" - pending call status code = " + mPendingCallStatusCode);
405 log(" - pending call status code: none");
407 log("
420 private static void log(String msg) { method in class:InCallUiState
[all...]
H A DInCallControlState.java89 if (DBG) log("InCallControlState constructor...");
209 log("InCallControlState:");
210 log(" manageConferenceVisible: " + manageConferenceVisible);
211 log(" manageConferenceEnabled: " + manageConferenceEnabled);
212 log(" canAddCall: " + canAddCall);
213 log(" canEndCall: " + canEndCall);
214 log(" canSwap: " + canSwap);
215 log(" canMerge: " + canMerge);
216 log(" bluetoothEnabled: " + bluetoothEnabled);
217 log(" bluetoothIndicatorO
228 private void log(String msg) { method in class:InCallControlState
[all...]
H A DProfiler.java86 log(">>> call screen perf stats <<<");
87 log(">>> request -> onCreate = " +
89 log(">>> onCreate -> created = " +
115 log(">>> incoming call panel perf stats <<<");
116 log(">>> request -> onCreate = " +
118 log(">>> onCreate -> created = " +
123 private static void log(String msg) { method in class:Profiler
H A DEmergencyCallHelper.java77 if (DBG) log("EmergencyCallHelper constructor...");
130 if (DBG) log("startEmergencyCallFromAirplaneModeSequence('" + number + "')...");
141 if (DBG) log("startSequenceInternal(): msg = " + msg);
151 if (DBG) log("- startSequenceInternal: Got mNumber: '" + mNumber + "'");
165 if (DBG) log("- startSequenceInternal: acquiring wake lock");
200 if (DBG) log("onServiceStateChanged()... new state = " + state);
216 if (DBG) log("onServiceStateChanged: ok to call!");
239 if (DBG) log("onServiceStateChanged: not ready to call yet, keep waiting...");
253 if (DBG) log("onDisconnect: connection '" + conn
259 if (DBG) log("
540 private static void log(String msg) { method in class:EmergencyCallHelper
[all...]
H A DGsmUmtsOptions.java56 log("Not a GSM phone");
62 log("[CSP] Enabling Operator Selection menu.");
65 log("[CSP] Disabling Operator Selection menu.");
74 log("preferenceTreeClick: return true");
77 log("preferenceTreeClick: return false");
81 protected void log(String s) { method in class:GsmUmtsOptions
H A DNetworkQueryService.java84 if (DBG) log("scan completed, broadcasting results");
115 if (DBG) log("registering callback " + cb.getClass().toString());
124 if (DBG) log("starting new query");
129 if (DBG) log("query already in progress");
150 if (DBG) log("unregistering callback " + cb.getClass().toString());
178 if (DBG) log("binding service implementation");
193 if (DBG) log("AsyncResult is null.");
200 if (DBG) log("AsyncResult has exception " + exception);
205 if (DBG) log("broadcasting results to " + cb.getClass().toString());
217 private static void log(Strin method in class:NetworkQueryService
[all...]
H A DCallController.java64 // Do not check in with VDBG = true, since that may write PII to the system log.
118 if (DBG) log("CallController constructor: app = " + app);
125 if (VDBG) log("handleMessage: " + msg);
129 if (DBG) log("THREEWAY_CALLERINFO_DISPLAY_DONE...");
184 log("placeCall()... intent = " + intent);
185 if (VDBG) log(" extras = " + intent.getExtras());
208 log("- action: " + action);
209 log("- uri: " + uri);
210 log("- scheme: " + scheme);
211 log("
808 private static void log(String msg) { method in class:CallController
[all...]
H A DInCallScreen.java267 if (DBG) log("Handler: ignoring message " + msg + "; we're destroyed!");
271 if (DBG) log("Handler: handling message " + msg + " while not in foreground");
334 if (DBG) log("Got MMI_COMPLETE, finishing InCallScreen...");
357 if (VDBG) log("ALLOW_SCREEN_ON message...");
366 if (VDBG) log("REQUEST_UPDATE_BLUETOOTH_INDICATION...");
376 if (DBG) log("Received PHONE_CDMA_CALL_WAITING event ...");
402 if (DBG) log("- DISMISSING mPausePromptDialog.");
439 // if (DBG) log("mReceiver: ACTION_HEADSET_PLUG");
440 // if (DBG) log("==> intent: " + intent);
441 // if (DBG) log(" stat
4476 private void log(String msg) { method in class:InCallScreen
[all...]
H A DDTMFTwelveKeyDialer.java181 // if (DBG) log("DTMFKeyListener.onKeyDown, keyCode " + keyCode + ", view " + view);
194 if (DBG) log("DTMFKeyListener reading '" + c + "' from input.");
197 log("DTMFKeyListener rejecting '" + c + "' from input.");
211 // if (DBG) log("DTMFKeyListener.onKeyUp, keyCode " + keyCode + ", view " + view);
221 if (DBG) log("Stopping the tone for '" + c + "'");
234 if (DBG) log("DTMFKeyListener.onKeyDown: event '" + c + "'");
241 if (DBG) log("DTMFKeyListener reading '" + c + "' from input.");
245 log("DTMFKeyListener rejecting '" + c + "' from input.");
262 /*if (DBG) log("Stopping the last played tone.");
268 if (DBG) log("DTMFKeyListene
794 private static void log(String msg) { method in class:DTMFTwelveKeyDialer
[all...]
H A DCallNotifier.java55 * updating notifications, writing call log entries, etc.)
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");
290 if (DBG) log("Received PHONE_CDMA_CALL_WAITING event");
306 if (DBG) log("Received CALLWAITING_ADDCALL_DISABLE_TIMEOUT event ...");
313 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event");
318 if (DBG) log("Received PHONE_STATE_SIGNALINFO event");
323 if (DBG) log("Receive
2134 private void log(String msg) { method in class:CallNotifier
[all...]
H A DOtaUtils.java215 if (DBG) log("OtaUtils constructor...");
236 if (DBG) log("updateUiWidgets()... mInCallScreen = " + mInCallScreen);
243 if (DBG) log("updateUiWidgets(): widgets already set up, nothing to do...");
298 if (DBG) log("maybeDoOtaCall: OTASP not supported on this device");
303 if (DBG) log("MIN is not ready. Registering to receive notification.");
311 if (DBG) log("maybeDoOtaCall: LTE state still unknown: retrying");
322 if (DBG) log("phoneNeedsActivation is set to " + phoneNeedsActivation);
326 if (DBG) log("otaShowActivationScreen: " + otaShowActivationScreen);
339 if (DBG) log("maybeDoOtaCall: voice capable; activation started.");
341 if (DBG) log("maybeDoOtaCal
1633 private static void log(String msg) { method in class:OtaUtils
[all...]
H A DCallTime.java70 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
179 log("trace ready...");
181 log("current trace state = " + sProfileState);
217 log("startTrac
[all...]
H A DBitmapUtils.java61 if (DBG) log("createBlurredBitmap()...");
68 if (DBG) log("- input bitmap: " + bitmap.getWidth() + " x " + bitmap.getHeight());
76 if (DBG) log("- after resize: " + bitmap.getWidth() + " x " + bitmap.getHeight());
79 if (DBG) log("- after blur: " + bitmap.getWidth() + " x " + bitmap.getHeight());
82 if (DBG) log("createBlurredBitmap() done (elapsed = " + (endTime - startTime) + " msec)");
95 if (DBG) log("gaussianBlur(): input: " + width + " x " + height);
158 private static void log(String msg) { method in class:BitmapUtils
H A DCdmaOptions.java68 log("Both NV and Ruim supported, ENABLE subscription type selection");
71 log("Both NV and Ruim NOT supported, REMOVE subscription type selection");
93 log("deviceSupportsnvAnRum: prop=" + subscriptionsSupported);
108 log("deviceSupportsnvAnRum: nvSupported=" + nvSupported +
115 log("preferenceTreeClick: return BUTTON_CDMA_ROAMING_KEY true");
119 log("preferenceTreeClick: return CDMA_SUBSCRIPTION_KEY true");
133 protected void log(String s) { method in class:CdmaOptions
H A DInCallTouchUi.java117 if (DBG) log("INCOMING_CALL_WIDGET_PING...");
131 if (DBG) log("InCallTouchUi constructor...");
132 if (DBG) log("- this = " + this);
133 if (DBG) log("- context " + context + ", attrs " + attrs);
152 if (DBG) log("InCallTouchUi onFinishInflate(this = " + this + ")...");
236 log("- updateState: mInCallScreen has been destroyed; bailing out...");
241 if (DBG) log("updateState: current state = " + state);
264 if (DBG) log("- updateState: RINGING! Showing incoming call controls...");
274 log("updateState: Too soon after last action; not drawing!");
282 if (DBG) log("
1218 private void log(String msg) { method in class:InCallTouchUi
[all...]
H A DPhoneUtils.java127 if (DBG) log("ConnectionHandler: updating mute state for each connection");
171 if (DBG) log("connection '" + cn + "' not accounted for, removing.");
196 if (DBG) log("Extended NW onServiceConnected");
201 if (DBG) log("Extended NW onServiceDisconnected");
220 if (DBG) log("Extended NW bindService IExtendedNetworkService");
238 log("answerCall(" + ringing + ")...");
259 if (DBG) log("answerCall: call state = " + ringing.getState());
288 //if (DBG) log("sPhone.acceptCall");
334 log("hangup(): hanging up ringing call");
337 log("hangu
2507 private static void log(String msg) { method in class:PhoneUtils
[all...]
H A DRespondViaSmsManager.java56 // Do not check in with VDBG = true, since that may write PII to the system log.
109 if (DBG) log("showRespondViaSmsPopup()...");
141 if (VDBG) log("- connection: " + c);
161 if (VDBG) log("- phoneNumber: " + phoneNumber);
204 if (DBG) log("RespondViaSmsItemClickListener.onItemClick(" + position + ")...");
206 if (VDBG) log("- message: '" + message + "'");
264 if (DBG) log("RespondViaSmsCancelListener.onCancel()...");
292 if (VDBG) log("sendText: number "
305 if (VDBG) log("launchSmsCompose: number " + phoneNumber);
310 if (VDBG) log("
552 private static void log(String msg) { method in class:RespondViaSmsManager
[all...]
/packages/apps/Phone/tests/src/com/android/phone/tests/
H A DCallDialTest.java52 log("onCreate: intent = " + intent);
71 log("onResume()...");
77 log("onPause()...");
85 log("onClick(View " + view + ", id " + id + ")...");
89 log("onClick: CALL...");
93 log("onClick: DIAL...");
97 log("onClick: ITelephony.call()...");
101 log("onClick: ITelephony.dial()...");
111 log("fireIntent(action = '" + action + "')...");
115 log("
186 private void log(String msg) { method in class:CallDialTest
[all...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DLog.h19 #include <android/log.h>
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/decoder/
H A DQuotedPrintableInputStream.java38 private static Log log = LogFactory.getLog(QuotedPrintableInputStream.class); field in class:QuotedPrintableInputStream
150 if (log.isWarnEnabled()) {
151 log.warn("Malformed MIME; got ==");
156 if (log.isWarnEnabled()) {
157 log.warn("Malformed MIME; expected \\r or "
170 if (log.isWarnEnabled()) {
171 log.warn("Malformed MIME; expected "
188 if (log.isWarnEnabled()) {
189 log.warn("Malformed MIME; expected "
199 log
[all...]
H A DDecoderUtil.java40 private static Log log = LogFactory.getLog(DecoderUtil.class); field in class:DecoderUtil
65 log.error(e);
94 log.error(e);
228 if (log.isWarnEnabled()) {
229 log.warn("MIME charset '" + mimeCharset + "' in encoded word '"
235 if (log.isWarnEnabled()) {
236 log.warn("Current JDK doesn't support decoding of charset '"
245 if (log.isWarnEnabled()) {
246 log.warn("Missing encoded text in encoded word: '"
258 if (log
[all...]
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DFileLogger.java57 static public synchronized void log(Exception e) { method in class:FileLogger
59 log("Exception", "Stack trace follows...");
67 static public synchronized void log(String prefix, String str) { method in class:FileLogger
70 log("Logger", "\r\n\r\n --- New Log ---");
110 log("FileLogger", "Exception writing log; recreating...");
111 log(prefix, str);
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
H A DKeyChainTestActivity.java69 private void log(final String message) { method in class:KeyChainTestActivity
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...");
180 log("Making https request to " + url);
182 log("Test
[all...]
/packages/apps/MusicFX/src/com/android/musicfx/
H A DCompatibility.java49 // run "setprop log.tag.MusicFXCompat DEBUG" to turn on logging
63 log("Compatibility Activity called from " + getCallingPackage());
69 log("read " + defPackage + "/" + defName + " as default");
101 log("received");
118 log("handleintent");
133 log("intentservice saw: " + packageIntent + " " + b);
151 log("found: " + ris.size());
155 log("saved default: " + savedDefName);
158 log("skipping " + foo);
161 log("considerin
239 private static void log(String out) { method in class:Compatibility
[all...]

Completed in 761 milliseconds

12345