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

123456

/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.java218 if (DBG) log("hasPendingCallStatusCode() ==> "
228 if (DBG) log("getPendingCallStatusCode() ==> " + mPendingCallStatusCode);
236 if (DBG) log("setPendingCallStatusCode( " + status + " )...");
260 if (DBG) log("clearPendingCallStatusCode()...");
428 log("dumpState():");
429 log(" - showDialpad: " + showDialpad);
430 log(" - dialpadContextText: " + dialpadContextText);
432 log(" - status indication is pending!");
433 log(" - pending call status code = " + mPendingCallStatusCode);
435 log("
450 private static void log(String msg) { method in class:InCallUiState
[all...]
H A DInCallControlState.java90 if (DBG) log("InCallControlState constructor...");
211 log("InCallControlState:");
212 log(" manageConferenceVisible: " + manageConferenceVisible);
213 log(" manageConferenceEnabled: " + manageConferenceEnabled);
214 log(" canAddCall: " + canAddCall);
215 log(" canEndCall: " + canEndCall);
216 log(" canSwap: " + canSwap);
217 log(" canMerge: " + canMerge);
218 log(" bluetoothEnabled: " + bluetoothEnabled);
219 log(" bluetoothIndicatorO
230 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.java79 if (DBG) log("EmergencyCallHelper constructor...");
132 if (DBG) log("startEmergencyCallFromAirplaneModeSequence('" + number + "')...");
143 if (DBG) log("startSequenceInternal(): msg = " + msg);
153 if (DBG) log("- startSequenceInternal: Got mNumber: '" + mNumber + "'");
167 if (DBG) log("- startSequenceInternal: acquiring wake lock");
202 if (DBG) log("onServiceStateChanged()... new state = " + state);
218 if (DBG) log("onServiceStateChanged: ok to call!");
241 if (DBG) log("onServiceStateChanged: not ready to call yet, keep waiting...");
255 if (DBG) log("onDisconnect: connection '" + conn
261 if (DBG) log("
542 private static void log(String msg) { method in class:EmergencyCallHelper
[all...]
H A DGsmUmtsOptions.java57 log("Not a GSM phone");
63 log("[CSP] Enabling Operator Selection menu.");
66 log("[CSP] Disabling Operator Selection menu.");
75 log("preferenceTreeClick: return true");
78 log("preferenceTreeClick: return false");
82 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.java65 // Do not check in with VDBG = true, since that may write PII to the system log.
119 if (DBG) log("CallController constructor: app = " + app);
126 if (VDBG) log("handleMessage: " + msg);
130 if (DBG) log("THREEWAY_CALLERINFO_DISPLAY_DONE...");
185 log("placeCall()... intent = " + intent);
186 if (VDBG) log(" extras = " + intent.getExtras());
209 log("- action: " + action);
210 log("- uri: " + uri);
211 log("- scheme: " + scheme);
212 log("
771 private static void log(String msg) { method in class:CallController
[all...]
H A DInCallScreen.java269 if (DBG) log("Handler: ignoring message " + msg + "; we're destroyed!");
273 if (DBG) log("Handler: handling message " + msg + " while not in foreground");
348 if (VDBG) log("REQUEST_UPDATE_BLUETOOTH_INDICATION...");
358 if (DBG) log("Received PHONE_CDMA_CALL_WAITING event ...");
384 if (DBG) log("- DISMISSING mPausePromptDialog.");
422 // if (DBG) log("mReceiver: ACTION_HEADSET_PLUG");
423 // if (DBG) log("==> intent: " + intent);
424 // if (DBG) log(" state: " + intent.getIntExtra("state", 0));
425 // if (DBG) log(" name: " + intent.getStringExtra("name"));
481 log("
4589 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.java218 if (DBG) log("OtaUtils constructor...");
237 if (DBG) log("updateUiWidgets()... mInCallScreen = " + mInCallScreen);
244 if (DBG) log("updateUiWidgets(): widgets already set up, nothing to do...");
297 if (DBG) log("maybeDoOtaCall: OTASP not supported on this device");
302 if (DBG) log("MIN is not ready. Registering to receive notification.");
310 if (DBG) log("maybeDoOtaCall: LTE state still unknown: retrying");
321 if (DBG) log("phoneNeedsActivation is set to " + phoneNeedsActivation);
325 if (DBG) log("otaShowActivationScreen: " + otaShowActivationScreen);
338 if (DBG) log("maybeDoOtaCall: voice capable; activation started.");
340 if (DBG) log("maybeDoOtaCal
1638 private static void log(String msg) { method in class:OtaUtils
[all...]
H A DCallNotifier.java61 * updating notifications, writing call log entries, etc.)
243 log("RINGING... (new)");
256 if (DBG) log("RINGING... (PHONE_INCOMING_RING event)");
259 if (DBG) log("RING before NEW_RING, skipping");
269 if (DBG) log("DISCONNECT");
286 if (DBG) log("Received PHONE_CDMA_CALL_WAITING event");
302 if (DBG) log("Received CALLWAITING_ADDCALL_DISABLE_TIMEOUT event ...");
309 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event");
314 if (DBG) log("Received PHONE_STATE_SIGNALINFO event");
319 if (DBG) log("Receive
2105 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.java69 log("Both NV and Ruim supported, ENABLE subscription type selection");
72 log("Both NV and Ruim NOT supported, REMOVE subscription type selection");
94 log("deviceSupportsnvAnRum: prop=" + subscriptionsSupported);
109 log("deviceSupportsnvAnRum: nvSupported=" + nvSupported +
116 log("preferenceTreeClick: return BUTTON_CDMA_ROAMING_KEY true");
120 log("preferenceTreeClick: return CDMA_SUBSCRIPTION_KEY true");
134 protected void log(String s) { method in class:CdmaOptions
H A DDTMFTwelveKeyDialer.java210 // if (DBG) log("DTMFKeyListener.onKeyDown, keyCode " + keyCode + ", view " + view);
223 if (DBG) log("DTMFKeyListener reading '" + c + "' from input.");
226 log("DTMFKeyListener rejecting '" + c + "' from input.");
240 // if (DBG) log("DTMFKeyListener.onKeyUp, keyCode " + keyCode + ", view " + view);
250 if (DBG) log("Stopping the tone for '" + c + "'");
263 if (DBG) log("DTMFKeyListener.onKeyDown: event '" + c + "'");
270 if (DBG) log("DTMFKeyListener reading '" + c + "' from input.");
274 log("DTMFKeyListener rejecting '" + c + "' from input.");
291 /*if (DBG) log("Stopping the last played tone.");
297 if (DBG) log("DTMFKeyListene
1019 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/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSourcePlexor.java48 log(TAG, "finding albums");
52 log(TAG, "found " + foundAlbums.size() + " network albums");
55 log(TAG, "found " + foundAlbums.size() + " user albums");
62 log(TAG, "finding images");
66 log(TAG, "found " + foundImages.size() + " network images");
69 log(TAG, "found " + foundImages.size() + " user images");
/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...]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastConfigService.java64 if (DBG) log("enabling emergency IDs " + startId + '-' + endId);
67 if (DBG) log("disabling emergency IDs " + startId + '-' + endId);
73 if (DBG) log("enabling emergency message ID " + messageId);
76 if (DBG) log("disabling emergency message ID " + messageId);
149 if (DBG) log("enabling emergency cell broadcast channels");
158 if (DBG) log("enabled emergency cell broadcast channels");
161 if (DBG) log("disabling emergency cell broadcast channels");
170 if (DBG) log("disabled emergency cell broadcast channels");
174 if (DBG) log("enabling cell broadcast channel 50");
176 if (DBG) log("enable
188 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/Bluetooth/src/com/android/bluetooth/btservice/
H A DProfileService.java80 if (DBG) log("REFCOUNT: CREATED. INSTANCE_COUNT=" +refCount);
95 log("REFCOUNT: FINALIZED. INSTANCE_COUNT=" +refCount);
102 if (DBG) log("onCreate");
109 if (DBG) log("onStartCommand()");
141 if (DBG) log("onBind");
146 if (DBG) log("onUnbind");
152 if (DBG) log("Destroying service.");
154 if (DBG) log("Cleanup already started... Skipping cleanup()...");
156 if (DBG) log("cleanup()");
173 if (DBG) log("star
213 protected void log(String msg) { method in class:ProfileService
[all...]
/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...]

Completed in 484 milliseconds

123456