/packages/apps/Mms/src/com/android/mms/transaction/ |
D | TransactionService.java | 43 import android.util.Log; 166 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onCreate() 167 Log.v(TAG, "Creating TransactionService"); in onCreate() 200 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent() 201 Log.v(TAG, "onNewIntent: serviceId: " + serviceId + ": " + intent.getExtras() + in onNewIntent() 203 Log.v(TAG, " networkAvailable=" + !noNetwork); in onNewIntent() 216 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent() 217 Log.v(TAG, "onNewIntent: cursor.count=" + count + " action=" + action); in onNewIntent() 221 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent() 222 Log.v(TAG, "onNewIntent: no pending messages. Stopping service."); in onNewIntent() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 39 import android.util.Log; 178 if (D) Log.d(TAG, "Initialize mMissedCallSize=" + mMissedCallSize); in BluetoothPbapObexServer() 189 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect() 192 Log.w(TAG, "Wrong UUID length"); in onConnect() 197 Log.w(TAG, "Wrong UUID"); in onConnect() 203 Log.e(TAG, e.toString()); in onConnect() 210 if (D) Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); in onConnect() 214 Log.e(TAG, e.toString()); in onConnect() 218 if (V) Log.v(TAG, "onConnect(): uuid is ok, will send out " + in onConnect() 230 if (D) Log.d(TAG, "onDisconnect(): enter"); in onDisconnect() [all …]
|
D | BluetoothPbapService.java | 58 import android.util.Log; 191 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate"); in onCreate() 198 if (VERBOSE) Log.v(TAG, "Starting PBAP service"); in onCreate() 214 Log.w(TAG, "Stopping BluetoothPbapService: " in onStartCommand() 232 if (VERBOSE) Log.v(TAG, "action: " + action); in parseIntent() 235 if (VERBOSE) Log.v(TAG, "state: " + state); in parseIntent() 266 if (VERBOSE) Log.v(TAG, "setTrust() result=" + result); in parseIntent() 275 Log.e(TAG, "Caught the error: " + ex.toString()); in parseIntent() 296 if (VERBOSE) Log.v(TAG, "Pbap Service onDestroy"); in onDestroy() 308 if (VERBOSE) Log.v(TAG, "Pbap Service onBind"); in onBind() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppService.java | 56 import android.util.Log; 83 if (V) Log.v(TAG, "ContentObserver received notification"); in onChange() 149 if (V) Log.v(TAG, "onCreate"); in onCreate() 173 Log.w(TAG, "Local BT device is not enabled"); in onCreate() 184 if (V) Log.v(TAG, "onStartCommand"); in onStartCommand() 188 Log.w(TAG, "Local BT device is not enabled"); in onStartCommand() 200 if (V) Log.v(TAG, "Starting RfcommListener"); in startListener() 236 if (V) Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for data uri= " 250 Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for MEDIA_SCANNED_FAILED"); 261 if (D) Log.d(TAG, "Get incoming connection"); [all …]
|
D | BluetoothOppTransfer.java | 56 import android.util.Log; 149 if (V) Log.v(TAG, "receive RFCOMM_ERROR msg"); in handleMessage() 160 if (V) Log.v(TAG, "Transfer receive RFCOMM_CONNECTED msg"); in handleMessage() 175 if (V) Log.v(TAG, "receive MSG_SHARE_COMPLETE for info " + info.mId); in handleMessage() 181 if (V) Log.v(TAG, "continue session for info " + mCurrentShare.mId + in handleMessage() 186 if (V) Log.v(TAG, "Batch " + mBatch.mId + " is done"); in handleMessage() 197 if (V) Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId); in handleMessage() 207 if (V) Log.v(TAG, "receive MSG_SESSION_ERROR for batch " + mBatch.mId); in handleMessage() 216 if (V) Log.v(TAG, "receive MSG_SHARE_INTERRUPTED for batch " + mBatch.mId); in handleMessage() 221 Log.v(TAG, "receive MSG_SHARE_INTERRUPTED but mTransport = null"); in handleMessage() [all …]
|
D | BluetoothOppObexClientSession.java | 49 import android.util.Log; 87 if (D) Log.d(TAG, "Start!"); in start() 94 if (D) Log.d(TAG, "Stop!"); in stop() 99 if (V) Log.v(TAG, "waiting for thread to terminate"); in stop() 103 if (V) Log.v(TAG, "Interrupted waiting for thread to join"); in stop() 166 if (V) Log.v(TAG, "acquire partial WakeLock"); in run() 172 if (V) Log.v(TAG, "Client thread was interrupted (1), exiting"); in run() 184 if (D) Log.d(TAG, "Client thread waiting for next share, sleep for " in run() 195 if (V) Log.v(TAG, "release partial WakeLock"); in run() 211 if (D) Log.d(TAG, "OBEX session disconnected"); in disconnect() [all …]
|
D | BluetoothOppObexServerSession.java | 49 import android.util.Log; 118 if (D) Log.d(TAG, "acquire full WakeLock"); in preStart() 121 if (D) Log.d(TAG, "Create ServerSession with transport " + mTransport.toString()); in preStart() 124 Log.e(TAG, "Create server session error" + e); in preStart() 132 if (D) Log.d(TAG, "Start!"); in start() 146 if (D) Log.d(TAG, "Stop!"); in stop() 153 Log.e(TAG, "close mTransport error" + e); in stop() 161 if (D) Log.d(TAG, "addShare for id " + info.mId); in addShare() 168 if (D) Log.d(TAG, "onPut " + op.toString()); in onPut() 202 if (D) Log.w(TAG, "length is 0, reject the transfer"); in onPut() [all …]
|
/packages/apps/Phone/src/com/android/phone/ |
D | OutgoingCallBroadcaster.java | 39 import android.util.Log; 108 Log.i(TAG, "Outgoing call takes too long. Showing the spinner."); 111 Log.wtf(TAG, "Unknown message id: " + msg.what); 128 if (DBG) Log.v(TAG, "OutgoingCallReceiver is going to finish the Activity itself."); in onReceive() 133 if (DBG) Log.v(TAG, "doReceive: " + intent); in doReceive() 142 if (DBG) Log.v(TAG, "CALL already placed -- returning."); in doReceive() 151 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'"); in doReceive() 192 Log.w(TAG, "OTASP call is active: disallowing a new outgoing call."); in doReceive() 198 if (DBG) Log.v(TAG, "CALL cancelled (null number), returning..."); in doReceive() 203 if (DBG) Log.v(TAG, "Call is active, a 2nd OTA call cancelled -- returning."); in doReceive() [all …]
|
D | PhoneGlobals.java | 56 import android.util.Log; 295 Log.i(LOG_TAG, "Ignoring EVENT_SIM_NETWORK_LOCKED event; " 301 Log.i(LOG_TAG, "show sim depersonal panel"); 314 if (DBG) Log.d (LOG_TAG, "- updating in-call notification from handler..."); 391 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = " 430 if (VDBG) Log.v(LOG_TAG, "onCreate()..."); in onCreate() 499 if (DBG) Log.d(LOG_TAG, "onCreate: mProximityWakeLock: " + mProximityWakeLock); in onCreate() 517 if (DBG) Log.d(LOG_TAG, "onCreate: mUpdateLock: " + mUpdateLock); in onCreate() 544 if (VDBG) Log.v(LOG_TAG, "register for ICC status"); in onCreate() 764 if (VDBG) Log.d(LOG_TAG, "displayCallScreen()..."); in displayCallScreen() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 58 import android.util.Log; 184 Log.e(TAG, "Could not bind to Bluetooth Headset Phone Service"); in HeadsetStateMachine() 209 Log.d(TAG, "make"); in make() 222 if (DBG) Log.d(TAG,"Unbinding service..."); in cleanup() 228 Log.e(TAG,"Error unbinding from IBluetoothHeadsetPhone",re); in cleanup() 257 Log.e(TAG, "ERROR: current, target, or mIncomingDevice not null in Disconnected"); in processMessage() 305 Log.e(TAG, "Unexpected stack event: " + event.type); in processMessage() 324 Log.w(TAG, "Ignore HF DISCONNECTED event, device: " + device); in processConnectionEvent() 328 Log.i(TAG,"Incoming Hf accepted"); in processConnectionEvent() 336 Log.i(TAG,"Incoming Hf rejected. priority=" + mService.getPriority(device)+ in processConnectionEvent() [all …]
|
/packages/apps/Browser/src/com/android/browser/ |
D | PreloadController.java | 25 import android.util.Log; 53 if (LOGD_ENABLED) Log.d(LOGTAG, "getActivity()"); in getActivity() 59 if (LOGD_ENABLED) Log.d(LOGTAG, "getTabControl()"); in getTabControl() 65 if (LOGD_ENABLED) Log.d(LOGTAG, "getWebViewFactory()"); in getWebViewFactory() 71 if (LOGD_ENABLED) Log.d(LOGTAG, "onSetWebView()"); in onSetWebView() 76 if (LOGD_ENABLED) Log.d(LOGTAG, "createSubWindow()"); in createSubWindow() 81 if (LOGD_ENABLED) Log.d(LOGTAG, "onPageStarted()"); in onPageStarted() 92 if (LOGD_ENABLED) Log.d(LOGTAG, "onPageFinished()"); in onPageFinished() 105 if (LOGD_ENABLED) Log.d(LOGTAG, "onProgressChanged()"); in onProgressChanged() 110 if (LOGD_ENABLED) Log.d(LOGTAG, "onReceivedTitle()"); in onReceivedTitle() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | InputAttributes.java | 20 import android.util.Log; 45 Log.w(TAG, "No editor info for this field. Bug?"); in InputAttributes() 48 Log.i(TAG, "InputType.TYPE_NULL is specified"); in InputAttributes() 51 Log.w(TAG, String.format("Unexpected input class: inputType=0x%08x" in InputAttributes() 109 Log.i(TAG, "Input class:"); in dumpFlags() 112 Log.i(TAG, " TYPE_CLASS_TEXT"); in dumpFlags() 114 Log.i(TAG, " TYPE_CLASS_PHONE"); in dumpFlags() 116 Log.i(TAG, " TYPE_CLASS_NUMBER"); in dumpFlags() 118 Log.i(TAG, " TYPE_CLASS_DATETIME"); in dumpFlags() 119 Log.i(TAG, "Variation:"); in dumpFlags() [all …]
|
/packages/apps/Mms/src/com/android/mms/data/ |
D | Conversation.java | 28 import android.util.Log; 113 Log.v(TAG, "Conversation constructor threadId: " + threadId); in Conversation() 124 Log.v(TAG, "Conversation constructor cursor, allowQuery: " + allowQuery); in Conversation() 144 Log.v(TAG, "Conversation get by threadId: " + threadId); in get() 168 Log.v(TAG, "Conversation get by recipients: " + recipients.serialize()); in get() 181 Log.d(TAG, "Conversation.get: created new conversation " + /*conv.toString()*/ "xxxxxxx"); in get() 208 Log.v(TAG, "Conversation get by uri: " + uri); in get() 214 if (DEBUG) Log.v(TAG, "Conversation get URI: " + uri); in get() 221 Log.v(TAG, "Conversation get threadId: " + threadId); in get() 260 if (DEBUG) Log.v(TAG, "sameRecipient incomingRecipient: " + incomingRecipient + in sameRecipient() [all …]
|
D | WorkingMessage.java | 44 import android.util.Log; 229 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in load() 273 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromUri %s", uri); in loadFromUri() 297 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadDraft %s", conv); in loadDraft() 429 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in setAttachment() 573 Log.w(LogTag.TAG, "[WorkingMessage] changeMedia: no slides!"); in changeMedia() 649 Log.e(TAG, "internalChangeMedia:", e); in internalChangeMedia() 652 Log.e(TAG, "internalChangeMedia:", e); in internalChangeMedia() 655 Log.e(TAG, "internalChangeMedia:", e); in internalChangeMedia() 658 Log.e(TAG, "internalChangeMedia:", e); in internalChangeMedia() [all …]
|
D | Contact.java | 33 import android.util.Log; 65 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 157 Log.d(tag, sb.toString()); in logWithTrace() 177 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in invalidateCache() 313 Log.i(TAG, "[Contact] dumpListeners; size=" + mListeners.size()); in dumpListeners() 315 Log.i(TAG, "["+ (i++) + "]" + listener); in dumpListeners() 480 Log.d(TAG, "**** Contact cache dump ****"); in dump() 484 Log.d(TAG, key + " ==> " + c.toString()); in dump() 544 if (Log.isLoggable(LogTag.CONTACT, Log.DEBUG)) { in get() 576 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in get() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterState.java | 23 import android.util.Log; 76 if (VDBG) Log.d(TAG,"isTurningOn()=" + isTurningOn); in isTurningOn() 82 if (VDBG) Log.d(TAG,"isTurningOff()=" + isTurningOff); in isTurningOff() 97 Log.d(TAG, "make"); in make() 124 Log.e(TAG,"receive message at OffState after cleanup:" + in processMessage() 130 if (DBG) Log.d(TAG,"CURRENT_STATE=OFF, MESSAGE = USER_TURN_ON"); in processMessage() 138 if (DBG) Log.d(TAG,"CURRENT_STATE=OFF, MESSAGE = USER_TURN_OFF"); in processMessage() 142 … if (DBG) Log.d(TAG,"ERROR: UNEXPECTED MESSAGE: CURRENT_STATE=OFF, MESSAGE = " + msg.what ); in processMessage() 155 Log.e(TAG,"enter OnState after cleanup"); in enter() 165 Log.e(TAG,"receive message at OnState after cleanup:" + in processMessage() [all …]
|
D | AdapterService.java | 48 import android.util.Log; 96 if (DBG) Log.d(TAG, "getAdapterService(): returning " + sAdapterService); in getAdapterService() 101 Log.d(TAG, "getAdapterService(): service not available"); in getAdapterService() 103 Log.d(TAG,"getAdapterService(): service is cleaning up"); in getAdapterService() 111 if (DBG) Log.d(TAG, "setAdapterService(): set to: " + sAdapterService); in setAdapterService() 116 Log.d(TAG, "setAdapterService(): service not available"); in setAdapterService() 118 Log.d(TAG,"setAdapterService(): service is cleaning up"); in setAdapterService() 146 Log.d(TAG, "REFCOUNT: CREATED. INSTANCE_COUNT" + sRefCount); in AdapterService() 174 Log.e(TAG, "",re); in processProfileStateChanged() 198 …if (DBG) Log.d(TAG,"onProfileServiceStateChange: serviceName=" + serviceName + ", state = " + stat… in processProfileServiceStateChanged() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 31 import android.util.Log; 154 if (DBG) Log.d(TAG, "start()"); in start() 160 if (DBG) Log.d(TAG, "stop()"); in stop() 172 if (DBG) Log.d(TAG, "cleanup()"); in cleanup() 198 if (DBG) Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); in binderDied() 211 if (DBG) Log.d(TAG, "Binder is dead - unregistering server (" + mAppIf + ")!"); in binderDied() 233 Log.e(TAG, "getService() - Service requested, but not available!"); in getService() 478 if (DBG) Log.d(TAG, "onScanResult() - address=" + address in onScanResult() 503 Log.e(TAG, "Exception: " + e); in onScanResult() 514 Log.e(TAG, "Exception: " + e); in onScanResult() [all …]
|
/packages/apps/Gallery2/src/com/android/camera/ |
D | EffectsRecorder.java | 27 import android.util.Log; 112 Log.v(TAG, "Can't find the class android.filterfw.core.Filter"); 114 Log.v(TAG, "Can't find the method Filter.isAvailable"); 178 private boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); 199 Log.e(TAG, "Fail to check filter", ex); in isEffectSupported() 205 if (mLogVerbose) Log.v(TAG, "EffectsRecorder created (" + this + ")"); in EffectsRecorder() 295 Log.v(TAG, "Current effects recorder index is " + sEffectsRecorderIndex); in EffectsRecorder() 420 if (mLogVerbose) Log.v(TAG, "Setting time lapse capture rate to " + fps + " fps"); in setCaptureRate() 427 if (mLogVerbose) Log.v(TAG, "setPreviewSurfaceTexture(" + this + ")"); in setPreviewSurfaceTexture() 455 if (mLogVerbose) Log.v(TAG, in setEffect() [all …]
|
/packages/apps/Camera/src/com/android/camera/ |
D | EffectsRecorder.java | 27 import android.util.Log; 111 Log.v(TAG, "Can't find the class android.filterfw.core.Filter"); 113 Log.v(TAG, "Can't find the method Filter.isAvailable"); 177 private boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); 198 Log.e(TAG, "Fail to check filter", ex); in isEffectSupported() 204 if (mLogVerbose) Log.v(TAG, "EffectsRecorder created (" + this + ")"); in EffectsRecorder() 294 Log.v(TAG, "Current effects recorder index is " + sEffectsRecorderIndex); in EffectsRecorder() 419 if (mLogVerbose) Log.v(TAG, "Setting time lapse capture rate to " + fps + " fps"); in setCaptureRate() 426 if (mLogVerbose) Log.v(TAG, "setPreviewSurfaceTexture(" + this + ")"); in setPreviewSurfaceTexture() 454 if (mLogVerbose) Log.v(TAG, in setEffect() [all …]
|
/packages/apps/Nfc/tests/src/com/android/nfc/snep/ |
D | SnepValidationClientTests.java | 28 import android.util.Log; 43 Log.d(TAG, "Waiting for service to restart..."); in setUp() 48 Log.d(TAG, "Running test."); in setUp() 55 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testNonFragmented() 57 Log.d(TAG, "Putting ndef message..."); in testNonFragmented() 60 Log.d(TAG, "Getting ndef message..."); in testNonFragmented() 64 Log.d(TAG, "Done. Checking " + msgBytes.length + " bytes."); in testNonFragmented() 68 Log.d(TAG, "Closing client."); in testNonFragmented() 71 Log.d(TAG, "Test failed.", e); in testNonFragmented() 80 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testFragmented() [all …]
|
/packages/apps/Mms/src/com/android/mms/widget/ |
D | MmsWidgetService.java | 30 import android.util.Log; 54 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onGetViewFactory() 55 Log.v(TAG, "onGetViewFactory intent: " + intent); in onGetViewFactory() 84 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in MmsFactory() 85 Log.v(TAG, "MmsFactory intent: " + intent + "widget id: " + mAppWidgetId); in MmsFactory() 97 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onCreate() 98 Log.v(TAG, "onCreate"); in onCreate() 105 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onDestroy() 106 Log.v(TAG, "onDestroy"); in onDestroy() 119 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onDataSetChanged() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 71 import android.util.Log; 366 Log.i(TAG, "Starting NFC service"); in NfcService() 569 Log.e(TAG, "Processing EnableDisable task " + params[0] + " from bad state " + in doInBackground() 591 Log.d(TAG,"checking on firmware download"); in doInBackground() 595 Log.d(TAG,"NFC is on. Doing normal stuff"); in doInBackground() 598 Log.d(TAG,"NFC is off. Checking firmware version"); in doInBackground() 602 Log.i(TAG, "First Boot"); in doInBackground() 626 Log.i(TAG, "Enabling NFC"); in enableInternal() 635 Log.w(TAG, "Error enabling NFC"); in enableInternal() 669 Log.i(TAG, "Disabling NFC"); in disableInternal() [all …]
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | VoiceDialerActivity.java | 39 import android.util.Log; 240 Log.e(TAG, "Getting Headset Proxy failed"); in onCreate() 245 if (false) Log.d(TAG, "bluetooth unavailable"); in onCreate() 288 Log.e(TAG, "utterance completion not delivered, using fallback"); in run() 290 Log.d(TAG, "onTtsCompletionRunnable"); in run() 326 if (false) Log.d(TAG, "onInit for tts"); in onInit() 329 Log.e(TAG, "Could not initialize TextToSpeech."); in onInit() 336 Log.e(TAG, "null tts"); in onInit() 371 if (false) Log.d(TAG, "onUtteranceCompleted " + utteranceId); in onUtteranceCompleted() 381 if (false) Log.d(TAG, "using bluetooth"); in updateBluetoothParameters() [all …]
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | UriImage.java | 36 import android.util.Log; 75 Log.v(TAG, "UriImage uri: " + uri + " mPath: " + mPath + " mWidth: " + mWidth + in UriImage() 149 Log.v(TAG, "initFromContentUri: " + uri + ", getType => " + mContentType); in initFromContentUri() 173 Log.e(TAG, "initFromContentUri couldn't load image uri: " + uri, e); in initFromContentUri() 190 Log.e(TAG, "IOException caught while opening stream", e); in decodeBoundsInfo() 197 Log.e(TAG, "IOException caught while closing stream", e); in decodeBoundsInfo() 240 Log.v(TAG, "Resize image failed."); in getResizedImageAsPart() 272 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getResizedImageData() 273 Log.v(TAG, "getResizedBitmap: wlimit=" + widthLimit + in getResizedImageData() 302 Log.w(TAG, "getResizedBitmap: img too large to decode (OutOfMemoryError), " + in getResizedImageData() [all …]
|