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

12345

/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/Phone/src/com/android/phone/
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()...");
420 log("dumpState():");
421 log(" - showDialpad: " + showDialpad);
423 log(" - status indication is pending!");
424 log(" - pending call status code = " + mPendingCallStatusCode);
426 log(" - pending call status code: none");
428 log("
441 private static void log(String msg) { method in class:InCallUiState
[all...]
H A DInCallControlState.java89 if (DBG) log("InCallControlState constructor...");
210 log("InCallControlState:");
211 log(" manageConferenceVisible: " + manageConferenceVisible);
212 log(" manageConferenceEnabled: " + manageConferenceEnabled);
213 log(" canAddCall: " + canAddCall);
214 log(" canEndCall: " + canEndCall);
215 log(" canSwap: " + canSwap);
216 log(" canMerge: " + canMerge);
217 log(" bluetoothEnabled: " + bluetoothEnabled);
218 log(" bluetoothIndicatorO
229 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("
764 private static void log(String msg) { method in class:CallController
[all...]
H A DInCallScreen.java268 if (DBG) log("Handler: ignoring message " + msg + "; we're destroyed!");
272 if (DBG) log("Handler: handling message " + msg + " while not in foreground");
347 if (VDBG) log("ALLOW_SCREEN_ON message...");
356 if (VDBG) log("REQUEST_UPDATE_BLUETOOTH_INDICATION...");
366 if (DBG) log("Received PHONE_CDMA_CALL_WAITING event ...");
392 if (DBG) log("- DISMISSING mPausePromptDialog.");
430 // if (DBG) log("mReceiver: ACTION_HEADSET_PLUG");
431 // if (DBG) log("==> intent: " + intent);
432 // if (DBG) log(" state: " + intent.getIntExtra("state", 0));
433 // if (DBG) log(" nam
4623 private void log(String msg) { method in class:InCallScreen
[all...]
H A DCallerInfoCacheUpdateReceiver.java41 if (DBG) log("CallerInfoCacheUpdateReceiver#onReceive(). Intent: " + intent);
45 private static void log(String msg) { method in class:CallerInfoCacheUpdateReceiver
H A DOtaUtils.java215 if (DBG) log("OtaUtils constructor...");
234 if (DBG) log("updateUiWidgets()... mInCallScreen = " + mInCallScreen);
241 if (DBG) log("updateUiWidgets(): widgets already set up, nothing to do...");
294 if (DBG) log("maybeDoOtaCall: OTASP not supported on this device");
299 if (DBG) log("MIN is not ready. Registering to receive notification.");
307 if (DBG) log("maybeDoOtaCall: LTE state still unknown: retrying");
318 if (DBG) log("phoneNeedsActivation is set to " + phoneNeedsActivation);
322 if (DBG) log("otaShowActivationScreen: " + otaShowActivationScreen);
335 if (DBG) log("maybeDoOtaCall: voice capable; activation started.");
337 if (DBG) log("maybeDoOtaCal
1630 private static void log(String msg) { method in class:OtaUtils
[all...]
H A DCallNotifier.java56 * 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");
277 if (DBG) log("Received PHONE_CDMA_CALL_WAITING event");
293 if (DBG) log("Received CALLWAITING_ADDCALL_DISABLE_TIMEOUT event ...");
300 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event");
305 if (DBG) log("Received PHONE_STATE_SIGNALINFO event");
310 if (DBG) log("Receive
2119 private void log(String msg) { method in class:CallNotifier
[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 DDTMFTwelveKeyDialer.java199 // if (DBG) log("DTMFKeyListener.onKeyDown, keyCode " + keyCode + ", view " + view);
212 if (DBG) log("DTMFKeyListener reading '" + c + "' from input.");
215 log("DTMFKeyListener rejecting '" + c + "' from input.");
229 // if (DBG) log("DTMFKeyListener.onKeyUp, keyCode " + keyCode + ", view " + view);
239 if (DBG) log("Stopping the tone for '" + c + "'");
252 if (DBG) log("DTMFKeyListener.onKeyDown: event '" + c + "'");
259 if (DBG) log("DTMFKeyListener reading '" + c + "' from input.");
263 log("DTMFKeyListener rejecting '" + c + "' from input.");
280 /*if (DBG) log("Stopping the last played tone.");
286 if (DBG) log("DTMFKeyListene
895 private static void log(String msg) { method in class:DTMFTwelveKeyDialer
[all...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DLog.h19 #include <android/log.h>
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DLog.h19 #include <android/log.h>
/packages/apps/Email/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/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastConfigService.java61 if (DBG) log("enabling emergency IDs " + startId + '-' + endId);
64 if (DBG) log("disabling emergency IDs " + startId + '-' + endId);
70 if (DBG) log("enabling emergency message ID " + messageId);
73 if (DBG) log("disabling emergency message ID " + messageId);
129 if (DBG) log("enabling emergency cell broadcast channels");
138 if (DBG) log("enabled emergency cell broadcast channels");
141 if (DBG) log("disabling emergency cell broadcast channels");
150 if (DBG) log("disabled emergency cell broadcast channels");
154 if (DBG) log("enabling cell broadcast channel 50");
156 if (DBG) log("enable
168 private static void log(String msg) { method in class:CellBroadcastConfigService
[all...]
/packages/apps/Mms/src/com/android/mms/ui/
H A DNoConfirmationSendService.java47 ComposeMessageActivity.log("NoConfirmationSendService onHandleIntent");
51 ComposeMessageActivity.log("NoConfirmationSendService onHandleIntent wrong action: " +
57 ComposeMessageActivity.log("Called to send SMS but no extras");
67 ComposeMessageActivity.log("Recipient(s) cannot be empty");
76 ComposeMessageActivity.log("Message cannot be empty");
/packages/apps/Exchange/exchange2/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 482 milliseconds

12345