/packages/apps/Mms/src/com/android/mms/transaction/ |
D | TransactionService.java | 53 import android.util.Log; 160 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onCreate() 161 Log.v(TAG, "Creating TransactionService"); in onCreate() 194 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent() 195 Log.v(TAG, "onNewIntent: serviceId: " + serviceId + ": " + intent.getExtras() + in onNewIntent() 197 Log.v(TAG, " networkAvailable=" + !noNetwork); in onNewIntent() 208 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent() 209 Log.v(TAG, "onNewIntent: cursor.count=" + count); in onNewIntent() 213 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent() 214 Log.v(TAG, "onNewIntent: no pending messages. Stopping service."); in onNewIntent() [all …]
|
D | MmsSystemEventReceiver.java | 26 import android.util.Log; 50 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in wakeUpService() 51 Log.v(TAG, "wakeUpService: start transaction service ..."); in wakeUpService() 59 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onReceive() 60 Log.v(TAG, "Intent received: " + intent); in onReceive() 70 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onReceive() 71 Log.v(TAG, "ANY_DATA_STATE event received: " + state); in onReceive() 91 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in registerForConnectionStateChanges() 92 Log.v(TAG, "registerForConnectionStateChanges"); in registerForConnectionStateChanges() 102 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in unRegisterForConnectionStateChanges() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | InputAttributes.java | 20 import android.util.Log; 43 Log.w(TAG, "No editor info for this field. Bug?"); in InputAttributes() 46 Log.i(TAG, "InputType.TYPE_NULL is specified"); in InputAttributes() 49 Log.w(TAG, String.format("Unexpected input class: inputType=0x%08x" in InputAttributes() 101 Log.i(TAG, "Input class:"); in dumpFlags() 104 Log.i(TAG, " TYPE_CLASS_TEXT"); in dumpFlags() 106 Log.i(TAG, " TYPE_CLASS_PHONE"); in dumpFlags() 108 Log.i(TAG, " TYPE_CLASS_NUMBER"); in dumpFlags() 110 Log.i(TAG, " TYPE_CLASS_DATETIME"); in dumpFlags() 111 Log.i(TAG, "Variation:"); in dumpFlags() [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/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/Phone/src/com/android/phone/ |
D | OutgoingCallBroadcaster.java | 34 import android.util.Log; 102 Log.i(TAG, "Outgoing call takes too long. Showing the spinner."); 105 Log.wtf(TAG, "Unknown message id: " + msg.what); 122 if (DBG) Log.v(TAG, "OutgoingCallReceiver is going to finish the Activity itself."); in onReceive() 127 if (DBG) Log.v(TAG, "doReceive: " + intent); in doReceive() 136 if (DBG) Log.v(TAG, "CALL already placed -- returning."); in doReceive() 145 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'"); in doReceive() 186 Log.w(TAG, "OTASP call is active: disallowing a new outgoing call."); in doReceive() 192 if (DBG) Log.v(TAG, "CALL cancelled (null number), returning..."); in doReceive() 197 if (DBG) Log.v(TAG, "Call is active, a 2nd OTA call cancelled -- returning."); in doReceive() [all …]
|
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
D | ImsFrameworkApp.java | 29 import android.util.Log; 55 Log.d(TAG, "onCreate(): registering for telephony state change broadcasts"); in onCreate() 71 Log.d(TAG, "mReceiver received action " + action); in onReceive() 73 Log.d(TAG, "mReceiver: ACTION_AIRPLANE_MODE_CHANGED"); in onReceive() 74 Log.d(TAG, "- state: " + intent.getBooleanExtra(Phone.STATE_KEY, false)); in onReceive() 76 Log.d(TAG, "mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED"); in onReceive() 77 Log.d(TAG, "- apnName: " + intent.getStringExtra(Phone.DATA_APN_KEY)); in onReceive() 78 Log.d(TAG, "- apnType: " + intent.getStringExtra(Phone.DATA_APN_TYPE_KEY)); in onReceive() 79 Log.d(TAG, "- state: " + intent.getStringExtra(Phone.STATE_KEY)); in onReceive() 80 Log.d(TAG, "- reason: " + intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY)); in onReceive() [all …]
|
/packages/apps/Phone/tests/src/com/android/phone/tests/ |
D | OtaspTestActivity.java | 24 import android.util.Log; 53 Log.i(LOG_TAG, "##### onCreate: intent = " + intent); in onCreate() 56 Log.i(LOG_TAG, " - has extras: size = " + extras.size()); // forces an unparcel() in onCreate() 57 Log.i(LOG_TAG, " - extras = " + extras); in onCreate() 88 Log.i(LOG_TAG, "==> onCreate: got a result from the OTASP call!"); in onCreate() 92 Log.i(LOG_TAG, " - resultCode = " + resultCode); in onCreate() 109 Log.i(LOG_TAG, " - result: " + resultString); in onCreate() 117 Log.i(LOG_TAG, "==> onCreate: entered from the launcher."); in onCreate() 123 Log.i(LOG_TAG, "onNewIntent: intent=" + intent); in onNewIntent() 125 if (extras != null) Log.i(LOG_TAG, " - intent extras = " + extras); in onNewIntent() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 39 import android.util.Log; 176 if (D) Log.d(TAG, "Initialize mMissedCallSize=" + mMissedCallSize); in BluetoothPbapObexServer() 187 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect() 190 Log.w(TAG, "Wrong UUID length"); in onConnect() 195 Log.w(TAG, "Wrong UUID"); in onConnect() 201 Log.e(TAG, e.toString()); in onConnect() 208 if (D) Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); in onConnect() 212 Log.e(TAG, e.toString()); in onConnect() 216 if (V) Log.v(TAG, "onConnect(): uuid is ok, will send out " + in onConnect() 228 if (D) Log.d(TAG, "onDisconnect(): enter"); in onDisconnect() [all …]
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
D | AddAccountSettings.java | 28 import android.util.Log; 79 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "account added: " + bundle); 81 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled"); 83 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e); 85 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e); 100 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "restored"); in onCreate() 140 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "saved"); in onSaveInstanceState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppRfcommListener.java | 44 import android.util.Log; 92 if (V) Log.v(TAG, "Create TCP ServerSocket"); in start() 95 Log.e(TAG, "Error listing on port" + Constants.TCP_DEBUG_PORT); in start() 102 if (V) Log.v(TAG, "Socket connected!"); in start() 111 Log.e(TAG, "Error accept connection " + e); in start() 114 if (V) Log.v(TAG, "TCP listen thread finished"); in start() 127 Log.e(TAG, "Error create RfcommServerSocket " + e1); in start() 133 if (V) Log.v(TAG, "wait 3 seconds"); in start() 136 Log.e(TAG, "socketAcceptThread thread was interrupted (3)"); in start() 145 Log.e(TAG, "Error start listening after " + CREATE_RETRY_TIME + " try"); in start() [all …]
|
D | BluetoothOppTransfer.java | 56 import android.util.Log; 141 if (V) Log.v(TAG, "SDP request returned " + msg.arg1 + " (" + in handleMessage() 157 Log.e(TAG, "SDP query failed!"); in handleMessage() 173 if (V) Log.v(TAG, "receive RFCOMM_ERROR msg"); in handleMessage() 184 if (V) Log.v(TAG, "Transfer receive RFCOMM_CONNECTED msg"); in handleMessage() 199 if (V) Log.v(TAG, "receive MSG_SHARE_COMPLETE for info " + info.mId); in handleMessage() 205 if (V) Log.v(TAG, "continue session for info " + mCurrentShare.mId + in handleMessage() 210 if (V) Log.v(TAG, "Batch " + mBatch.mId + " is done"); in handleMessage() 221 if (V) Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId); in handleMessage() 231 if (V) Log.v(TAG, "receive MSG_SESSION_ERROR for batch " + mBatch.mId); in handleMessage() [all …]
|
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, "Service onCreate"); in onCreate() 173 Log.w(TAG, "Local BT device is not enabled"); in onCreate() 184 if (V) Log.v(TAG, "Service 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() 225 if (V) Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for data uri= " 239 Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for MEDIA_SCANNED_FAILED"); 250 if (D) Log.d(TAG, "Get incoming connection"); [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 …]
|
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() 164 if (V) Log.v(TAG, "acquire partial WakeLock"); in run() 170 if (V) Log.v(TAG, "Client thread was interrupted (1), exiting"); in run() 182 if (D) Log.d(TAG, "Client thread waiting for next share, sleep for " in run() 193 if (V) Log.v(TAG, "release partial WakeLock"); in run() 209 if (D) Log.d(TAG, "OBEX session disconnected"); in disconnect() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
D | NdefPushServer.java | 27 import android.util.Log; 73 if (DBG) Log.d(TAG, "starting connection thread"); in run() 84 if (DBG) Log.d(TAG, "read " + size + " bytes"); in run() 94 if (DBG) Log.d(TAG, "connection broken by IOException", e); in run() 100 if (DBG) Log.d(TAG, "got message " + msg.toString()); in run() 105 Log.e(TAG, "badly formatted NDEF message, ignoring", e); in run() 108 if (DBG) Log.d(TAG, "about to close"); in run() 114 if (DBG) Log.d(TAG, "finished connection thread"); in run() 126 if (DBG) Log.d(TAG, "about create LLCP service socket"); in run() 131 if (DBG) Log.d(TAG, "failed to create LLCP service socket"); in run() [all …]
|
/packages/apps/Mms/src/com/android/mms/util/ |
D | DraftCache.java | 29 import android.util.Log; 56 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { in DraftCache() 74 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { in refresh() 91 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { in rebuildCache() 109 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { in rebuildCache() 125 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in rebuildCache() 175 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { in setDraftState() 179 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in setDraftState() 203 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { in addOnDraftChangedListener() 212 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { in removeOnDraftChangedListener() [all …]
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | UriImage.java | 36 import android.util.Log; 76 Log.v(TAG, "UriImage uri: " + uri + " mPath: " + mPath + " mWidth: " + mWidth + in UriImage() 168 Log.e(TAG, "initFromContentUri couldn't load image uri: " + uri, e); in initFromContentUri() 185 Log.e(TAG, "IOException caught while opening stream", e); in decodeBoundsInfo() 192 Log.e(TAG, "IOException caught while closing stream", e); in decodeBoundsInfo() 235 Log.v(TAG, "Resize image failed."); in getResizedImageAsPart() 267 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getResizedImageData() 268 Log.v(TAG, "getResizedBitmap: wlimit=" + widthLimit + in getResizedImageData() 297 Log.w(TAG, "getResizedBitmap: img too large to decode (OutOfMemoryError), " + in getResizedImageData() 307 Log.e(TAG, e.getMessage(), e); in getResizedImageData() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/snep/ |
D | SnepServer.java | 26 import android.util.Log; 91 if (DBG) Log.d(TAG, "starting connection thread"); in run() 108 if (DBG) Log.e(TAG, "Closing from IOException"); in run() 111 if (DBG) Log.d(TAG, "about to close"); in run() 118 if (DBG) Log.d(TAG, "finished connection thread"); in run() 127 if (DBG) Log.w(TAG, "Bad snep message", e); in handleRequest() 144 if (DBG) Log.d(TAG, "putting message " + request.toString()); in handleRequest() 147 if (DBG) Log.d(TAG, "Unknown request (" + request.getField() +")"); in handleRequest() 167 if (DBG) Log.d(TAG, "about create LLCP service socket"); in run() 174 if (DBG) Log.d(TAG, "failed to create LLCP service socket"); in run() [all …]
|
/packages/apps/Mms/src/com/android/mms/widget/ |
D | MmsWidgetService.java | 39 import android.util.Log; 71 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onGetViewFactory() 72 Log.v(TAG, "onGetViewFactory intent: " + intent); in onGetViewFactory() 101 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in MmsFactory() 102 Log.v(TAG, "MmsFactory intent: " + intent + "widget id: " + mAppWidgetId); in MmsFactory() 114 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onCreate() 115 Log.v(TAG, "onCreate"); in onCreate() 122 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onDestroy() 123 Log.v(TAG, "onDestroy"); in onDestroy() 136 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onDataSetChanged() [all …]
|
/packages/apps/Mms/src/com/android/mms/data/ |
D | RecipientIdCache.java | 18 import android.util.Log; 68 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in fill() 76 Log.w(TAG, "null Cursor in fill()"); in fill() 96 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in fill() 119 Log.w(TAG, "RecipientId " + longId + " not in cache!"); in getAddresses() 120 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in getAddresses() 129 Log.w(TAG, "RecipientId " + longId + " has empty number!"); in getAddresses() 159 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in updateNumbers() 160 Log.d(TAG, "[RecipientIdCache] updateNumbers: contact=" + contact + in updateNumbers() 162 Log.d(TAG, " contact.getNumber=" + number1 + in updateNumbers() [all …]
|
/packages/apps/Camera/src/com/android/camera/ |
D | EffectsRecorder.java | 39 import android.util.Log; 112 private boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); 132 if (mLogVerbose) Log.v(TAG, "EffectsRecorder created (" + this + ")"); in EffectsRecorder() 243 if (mLogVerbose) Log.v(TAG, "Setting time lapse capture rate to " + fps + " fps"); in setCaptureRate() 250 if (mLogVerbose) Log.v(TAG, "setPreviewSurfaceTexture(" + this + ")"); in setPreviewSurfaceTexture() 278 if (mLogVerbose) Log.v(TAG, in setEffect() 351 if (mLogVerbose) Log.v(TAG, "Setting orientation hint to: " + degrees); in setOrientationHint() 460 Log.v(TAG, "New runner: " + mRunner in initializeEffect() 493 if (mLogVerbose) Log.v(TAG, "Setting the background to be mirrored"); in initializeEffect() 504 if (mLogVerbose) Log.v(TAG, "Starting preview (" + this + ")"); in startPreview() [all …]
|
/packages/apps/Email/src/org/apache/james/mime4j/ |
D | Log.java | 24 public class Log { class 27 public Log(Class mClazz) { in Log() method in Log 56 android.util.Log.v(LOG_TAG, toString(message, null)); in trace() 61 android.util.Log.v(LOG_TAG, toString(message, t)); in trace() 66 android.util.Log.d(LOG_TAG, toString(message, null)); in debug() 71 android.util.Log.d(LOG_TAG, toString(message, t)); in debug() 76 android.util.Log.i(LOG_TAG, toString(message, null)); in info() 81 android.util.Log.i(LOG_TAG, toString(message, t)); in info() 85 android.util.Log.w(LOG_TAG, toString(message, null)); in warn() 89 android.util.Log.w(LOG_TAG, toString(message, t)); in warn() [all …]
|
/packages/apps/Email/src/com/android/mail/utils/ |
D | LogUtils.java | 20 import android.util.Log; 43 public static final int VERBOSE = Log.VERBOSE; 48 public static final int DEBUG = Log.DEBUG; 53 public static final int INFO = Log.INFO; 58 public static final int WARN = Log.WARN; 63 public static final int ERROR = Log.ERROR; 99 return Log.isLoggable(LOG_TAG, Log.DEBUG); in isDebugLoggingEnabled() 172 return Log.isLoggable(tag, level); in isLoggable() 187 return Log.v(tag, String.format(format, args)); in v() 205 return Log.v(tag, String.format(format, args), tr); in v() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | Log.java | 19 public class Log { class 21 return android.util.Log.v(tag, msg); in v() 24 return android.util.Log.v(tag, msg, tr); in v() 27 return android.util.Log.d(tag, msg); in d() 30 return android.util.Log.d(tag, msg, tr); in d() 33 return android.util.Log.i(tag, msg); in i() 36 return android.util.Log.i(tag, msg, tr); in i() 39 return android.util.Log.w(tag, msg); in w() 42 return android.util.Log.w(tag, msg, tr); in w() 45 return android.util.Log.w(tag, tr); in w() [all …]
|