Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppRfcommListener.java50 private static final String TAG = "BtOppRfcommListener"; field in BluetoothOppRfcommListener
89 mSocketAcceptThread = new Thread(TAG) { in start()
94 if (V) Log.v(TAG, "Create TCP ServerSocket"); in start()
97 Log.e(TAG, "Error listing on port" + Constants.TCP_DEBUG_PORT); in start()
104 if (V) Log.v(TAG, "Socket connected!"); in start()
113 Log.e(TAG, "Error accept connection " + e); in start()
116 if (V) Log.v(TAG, "TCP listen thread finished"); in start()
129 Log.e(TAG, "Error create RfcommServerSocket " + e1); in start()
135 if (V) Log.v(TAG, "wait 3 seconds"); in start()
138 Log.e(TAG, "socketAcceptThread thread was interrupted (3)"); in start()
[all …]
DBluetoothOppTransfer.java69 private static final String TAG = "BtOppTransfer"; field in BluetoothOppTransfer
143 if (V) Log.v(TAG, "SDP request returned " + msg.arg1 + " (" + in handleMessage()
158 Log.e(TAG, "SDP query failed!"); in handleMessage()
170 if (V) Log.v(TAG, "receive RFCOMM_ERROR msg"); in handleMessage()
181 if (V) Log.v(TAG, "Transfer receive RFCOMM_CONNECTED msg"); in handleMessage()
196 if (V) Log.v(TAG, "receive MSG_SHARE_COMPLETE for info " + info.mId); in handleMessage()
202 if (V) Log.v(TAG, "continue session for info " + mCurrentShare.mId + in handleMessage()
207 if (V) Log.v(TAG, "Batch " + mBatch.mId + " is done"); in handleMessage()
218 if (V) Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId); in handleMessage()
228 if (V) Log.v(TAG, "receive MSG_SESSION_ERROR for batch " + mBatch.mId); in handleMessage()
[all …]
DBluetoothOppObexServerSession.java65 private static final String TAG = "BtOppObexServer"; field in BluetoothOppObexServerSession
105 | PowerManager.ON_AFTER_RELEASE, TAG); in BluetoothOppObexServerSession()
106 mPartialWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG); in BluetoothOppObexServerSession()
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()
[all …]
DBluetoothOppService.java84 if (V) Log.v(TAG, "ContentObserver received notification"); in onChange()
89 private static final String TAG = "BtOpp Service"; field in BluetoothOppService
150 if (V) Log.v(TAG, "Service onCreate"); in onCreate()
170 Log.w(TAG, "Local BT device is not enabled"); in onCreate()
181 if (V) Log.v(TAG, "Service onStartCommand"); in onStartCommand()
185 Log.w(TAG, "Local BT device is not enabled"); in onStartCommand()
197 if (V) Log.v(TAG, "Starting RfcommListener in 9 seconds"); in startListenerDelayed()
222 if (V) Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for data uri= "
236 Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for MEDIA_SCANNED_FAILED");
247 if (D) Log.d(TAG, "Get incoming connection");
[all …]
DBluetoothOppObexClientSession.java62 private static final String TAG = "BtOpp ObexClient"; field in BluetoothOppObexClientSession
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()
141 wakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG); in ClientThread()
154 if (V) Log.v(TAG, "acquire partial WakeLock"); in run()
160 if (V) Log.v(TAG, "Client thread was interrupted (1), exiting"); in run()
172 if (D) Log.d(TAG, "Client thread waiting for next share, sleep for " in run()
183 if (V) Log.v(TAG, "release partial WakeLock"); in run()
[all …]
DConstants.java51 public static final String TAG = "BluetoothOpp"; field in Constants
208 Log.v(TAG, "Dumping HeaderSet " + hs.toString()); in logHeader()
211 Log.v(TAG, "COUNT : " + hs.getHeader(HeaderSet.COUNT)); in logHeader()
212 Log.v(TAG, "NAME : " + hs.getHeader(HeaderSet.NAME)); in logHeader()
213 Log.v(TAG, "TYPE : " + hs.getHeader(HeaderSet.TYPE)); in logHeader()
214 Log.v(TAG, "LENGTH : " + hs.getHeader(HeaderSet.LENGTH)); in logHeader()
215 Log.v(TAG, "TIME_ISO_8601 : " + hs.getHeader(HeaderSet.TIME_ISO_8601)); in logHeader()
216 Log.v(TAG, "TIME_4_BYTE : " + hs.getHeader(HeaderSet.TIME_4_BYTE)); in logHeader()
217 Log.v(TAG, "DESCRIPTION : " + hs.getHeader(HeaderSet.DESCRIPTION)); in logHeader()
218 Log.v(TAG, "TARGET : " + hs.getHeader(HeaderSet.TARGET)); in logHeader()
[all …]
DTestActivity.java118 Log.v(Constants.TAG, " Get share intent with Uri " + stream + " mimetype is " in onCreate()
222 Log.v(Constants.TAG, "Send to address " + address);
231 Log.v(Constants.TAG, "Send media no. " + media);
262 Log.v(Constants.TAG, "parseInt " + records);
269 Log.v(Constants.TAG, "insert contentUri: " + contentUri);
271 Log.v(Constants.TAG, "currentInsert = " + currentInsert);
354 private static final String TAG = "BtOppRfcommListener"; field in TestTcpListener
385 mSocketAcceptThread = new Thread(TAG) { in start()
389 if (D) Log.d(TAG, "RfcommSocket listen thread starting"); in start()
392 Log.v(TAG, "Create server RfcommSocket on channel" in start()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java57 private static final String TAG = "BluetoothPbapObexServer"; field in BluetoothPbapObexServer
175 if (D) Log.d(TAG, "Initialize mMissedCallSize=" + mMissedCallSize); in BluetoothPbapObexServer()
186 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect()
189 Log.w(TAG, "Wrong UUID length"); in onConnect()
194 Log.w(TAG, "Wrong UUID"); in onConnect()
200 Log.e(TAG, e.toString()); in onConnect()
207 if (D) Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); in onConnect()
211 Log.e(TAG, e.toString()); in onConnect()
215 if (V) Log.v(TAG, "onConnect(): uuid is ok, will send out " + in onConnect()
227 if (D) Log.d(TAG, "onDisconnect(): enter"); in onDisconnect()
[all …]
DBluetoothPbapService.java65 private static final String TAG = "BluetoothPbapService"; field in BluetoothPbapService
204 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate"); in onCreate()
211 if (VERBOSE) Log.v(TAG, "Starting PBAP service"); in onCreate()
223 if (VERBOSE) Log.v(TAG, "Pbap Service onStartCommand"); in onStartCommand()
228 Log.w(TAG, "Stopping BluetoothPbapService: " in onStartCommand()
246 if (VERBOSE) Log.v(TAG, "action: " + action); in parseIntent()
259 if (VERBOSE) Log.v(TAG, "setTrust() result=" + result); in parseIntent()
268 Log.e(TAG, "Caught the error: " + ex.toString()); in parseIntent()
288 if (VERBOSE) Log.v(TAG, "Pbap Service onDestroy"); in onDestroy()
301 if (VERBOSE) Log.v(TAG, "Pbap Service onBind"); in onBind()
[all …]
DBluetoothPbapVcardManager.java65 private static final String TAG = "BluetoothPbapVcardManager"; field in BluetoothPbapVcardManager
136 if (V) Log.v(TAG, "getPhonebookSzie size = " + size + " type = " + type); in getPhonebookSize()
271 Log.e(TAG, "internal error: startPoint or endPoint is not correct."); in composeAndSendCallLogVcards()
292 if (V) Log.v(TAG, "Call Log query startPointId = " + startPointId); in composeAndSendCallLogVcards()
299 if (V) Log.v(TAG, "Call log query endPointId = " + endPointId); in composeAndSendCallLogVcards()
324 if (V) Log.v(TAG, "Call log query selection is: " + selection); in composeAndSendCallLogVcards()
332 Log.e(TAG, "internal error: startPoint or endPoint is not correct."); in composeAndSendPhonebookVcards()
346 if (V) Log.v(TAG, "Query startPointId = " + startPointId); in composeAndSendPhonebookVcards()
353 if (V) Log.v(TAG, "Query endPointId = " + endPointId); in composeAndSendPhonebookVcards()
369 if (V) Log.v(TAG, "Query selection is: " + selection); in composeAndSendPhonebookVcards()
[all …]
/packages/apps/IM/src/com/android/im/app/adapter/
DChatListenerAdapter.java31 private static final String TAG = ImApp.LOG_TAG; field in ChatListenerAdapter
34 if (Log.isLoggable(TAG, Log.DEBUG)) { in onContactJoined()
35 Log.d(TAG, "onContactJoined(" + ses + ", " + contact + ")"); in onContactJoined()
40 if (Log.isLoggable(TAG, Log.DEBUG)) { in onContactLeft()
41 Log.d(TAG, "onContactLeft(" + ses + ", " + contact + ")"); in onContactLeft()
46 if (Log.isLoggable(TAG, Log.DEBUG)) { in onIncomingMessage()
47 Log.d(TAG, "onIncomingMessage(" + ses + ", " + msg + ")"); in onIncomingMessage()
53 if (Log.isLoggable(TAG, Log.DEBUG)) { in onSendMessageError()
54 Log.d(TAG, "onSendMessageError(" + ses + ", " + msg + ", " + error + ")"); in onSendMessageError()
59 if (Log.isLoggable(TAG, Log.DEBUG)) { in onInviteError()
[all …]
DContactListListenerAdapter.java31 private static final String TAG = ImApp.LOG_TAG; field in ContactListListenerAdapter
41 if (Log.isLoggable(TAG, Log.DEBUG)) { in onContactChange()
42 Log.d(TAG, "onContactListChanged(" + type + ", " + list + ", " in onContactChange()
48 if (Log.isLoggable(TAG, Log.DEBUG)) { in onAllContactListsLoaded()
49 Log.d(TAG, "onAllContactListsLoaded"); in onAllContactListsLoaded()
54 if (Log.isLoggable(TAG, Log.DEBUG)) { in onContactsPresenceUpdate()
55 Log.d(TAG, "onContactsPresenceUpdate(" + contacts.length + ")"); in onContactsPresenceUpdate()
61 if (Log.isLoggable(TAG, Log.DEBUG)) { in onContactError()
62 Log.d(TAG, "onContactError(" + errorType + ", " + error + ", " in onContactError()
DConnectionListenerAdapter.java30 private static final String TAG = ImApp.LOG_TAG; field in ConnectionListenerAdapter
38 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionStateChange()
39 Log.d(TAG, "onConnectionStateChange(" + state + ", " + error + ")"); in onConnectionStateChange()
44 if (Log.isLoggable(TAG, Log.DEBUG)) { in onUpdateSelfPresenceError()
45 Log.d(TAG, "onUpdateSelfPresenceError(" + error + ")"); in onUpdateSelfPresenceError()
50 if (Log.isLoggable(TAG, Log.DEBUG)) { in onSelfPresenceUpdated()
51 Log.d(TAG, "onSelfPresenceUpdated()"); in onSelfPresenceUpdated()
/packages/apps/Phone/src/com/android/phone/
DOutgoingCallBroadcaster.java50 private static final String TAG = "OutgoingCallBroadcaster"; field in OutgoingCallBroadcaster
75 private static final String TAG = "OutgoingCallReceiver"; field in OutgoingCallBroadcaster.OutgoingCallReceiver
83 if (DBG) Log.v(TAG, "doReceive: " + intent); in doReceive()
92 if (DBG) Log.v(TAG, "CALL already placed -- returning."); in doReceive()
119 if (DBG) Log.v(TAG, "OTA call is active, a 2nd CALL cancelled -- returning."); in doReceive()
125 if (DBG) Log.v(TAG, "CALL cancelled (null number), returning..."); in doReceive()
130 if (DBG) Log.v(TAG, "Call is active, a 2nd OTA call cancelled -- returning."); in doReceive()
133 Log.w(TAG, "Cannot modify outgoing call to emergency number " + number + "."); in doReceive()
140 Log.e(TAG, "Intent is missing EXTRA_ORIGINAL_URI -- returning."); in doReceive()
146 if (DBG) Log.v(TAG, "CALL to " + number + " proceeding."); in doReceive()
[all …]
/packages/apps/Mms/src/com/android/mms/transaction/
DTransactionService.java83 private static final String TAG = "TransactionService"; field in TransactionService
156 Log.v(TAG, "Creating TransactionService"); in onCreate()
182 Log.v(TAG, "onStart: #" + startId + ": " + intent.getExtras() + " intent=" + intent); in onStartCommand()
183 Log.v(TAG, " networkAvailable=" + !noNetwork); in onStartCommand()
195 Log.v(TAG, "onStart: cursor.count=" + count); in onStartCommand()
200 Log.v(TAG, "onStart: no pending messages. Stopping service."); in onStartCommand()
214 Log.v(TAG, "onStart: registerForConnectionStateChanges"); in onStartCommand()
257 Log.v(TAG, "onStart: no pending messages. Stopping service."); in onStartCommand()
264 Log.v(TAG, "onStart: launch transaction..."); in onStartCommand()
277 Log.v(TAG, "stopSelfIfIdle: STOP!"); in stopSelfIfIdle()
[all …]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java110 wakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, Constants.TAG); in run()
132 Log.d(Constants.TAG, in run()
168 Log.v(Constants.TAG, "exception when closing the file before download : " + in run()
186 Log.v(Constants.TAG, "initiating download for " + mInfo.mUri); in run()
207 Log.d(Constants.TAG, "Arg exception trying to execute request for " + in run()
210 Log.d(Constants.TAG, "Arg exception trying to execute request for " + in run()
219 Log.i(Constants.TAG, "Execute Failed " + mInfo.mId + ", Net Up"); in run()
221 Log.i(Constants.TAG, "Execute Failed " + mInfo.mId + ", Net Down"); in run()
231 Log.d(Constants.TAG, "IOException trying to execute request for " + in run()
234 Log.d(Constants.TAG, "IOException trying to execute request for " + in run()
[all …]
DDownloadService.java129 Log.v(Constants.TAG, "Service ContentObserver received notification"); in onChange()
143 Log.v(Constants.TAG, "Connected to Media Scanner"); in onServiceConnected()
159 Log.v(Constants.TAG, "Disconnecting from Media Scanner"); in disconnectMediaScanner()
165 Log.v(Constants.TAG, "unbindService threw up: " + ex); in disconnectMediaScanner()
174 Log.v(Constants.TAG, "Disconnected from Media Scanner"); in onServiceDisconnected()
200 Log.v(Constants.TAG, "Service onCreate"); in onCreate()
228 Log.v(Constants.TAG, "Service onStart"); in onStart()
240 Log.v(Constants.TAG, "Service onDestroy"); in onDestroy()
285 Log.e(Constants.TAG, "couldn't get alarm manager"); in run()
288 Log.v(Constants.TAG, "scheduling retry in " + wakeUp + "ms"); in run()
[all …]
DHelpers.java98 Log.d(Constants.TAG, "external download with no mime type not allowed"); in generateSaveFile()
122 Log.d(Constants.TAG, "no handler found for type " + mimeType); in generateSaveFile()
171 Log.d(Constants.TAG, in generateSaveFile()
185 Log.d(Constants.TAG, "download aborted - can't create base directory " in generateSaveFile()
193 Log.d(Constants.TAG, "download aborted - no external storage"); in generateSaveFile()
204 Log.d(Constants.TAG, "download aborted - not enough free space"); in generateSaveFile()
219 Log.v(Constants.TAG, "target file: " + filename + extension); in generateSaveFile()
238 Log.v(Constants.TAG, "getting filename from hint"); in chooseFilename()
253 Log.v(Constants.TAG, "getting filename from content-disposition"); in chooseFilename()
269 Log.v(Constants.TAG, "getting filename from content-location"); in chooseFilename()
[all …]
/packages/apps/GlobalSearch/src/com/android/globalsearch/
DSuggestionCursor.java50 private static final String TAG = SuggestionCursor.class.getSimpleName(); field in SuggestionCursor
195 if (DBG) Log.d(TAG, "respond(" + extras + ")"); in respond()
207 Log.w(TAG, "received unexpectd respond: no DialogCursorProtocol.METHOD specified."); in respond()
221 Log.e(TAG, "unexpected DialogCursorProtocol.METHOD " + method); in respond()
275 if (DBG) Log.d(TAG, "respondClick(), pos=" + pos + ", maxDisplayed=" + maxDisplayed); in respondClick()
278 Log.w(TAG, "DialogCursorProtocol.CLICK didn't come with extra CLICK_SEND_POSITION"); in respondClick()
337 Log.w(TAG, "Got " + DialogCursorProtocol.SEARCH + " without " in respondSearch()
342 if (DBG) Log.d(TAG, "respondSearch(), query=" + query + ", maxDisplayed=" + maxDisplayed); in respondSearch()
352 if (DBG) Log.d(TAG, "close()"); in close()
362 Log.w(TAG, "SuggestionCursor finalized without being closed. Someone is leaking."); in finalize()
[all …]
DPerTagExecutor.java35 static private final String TAG = "GlobalSearch"; field in PerTagExecutor
90 if (DBG) Log.d(TAG, mTag + ": " + "run()"); in run()
92 if (DBG) Log.d(TAG, mTag + ": " + "at limit " + mLimit + ", updating pending"); in run()
96 Log.w(TAG, "somehow have a running count (" + mRunning + ") greater than " in run()
114 if (DBG) Log.d(TAG, mTag + ": " + "running"); in execute()
128 Log.w(TAG, mTag + ": Rejected by the executor."); in execute()
136 Log.w(TAG, "PerTagExecutor: how can i be done running if I'm not " in doneRunning()
141 if (DBG) Log.d(TAG, mTag + ": " + "doneRunning()"); in doneRunning()
144 if (DBG) Log.d(TAG, mTag + ": " + "running pending command"); in doneRunning()
/packages/apps/Calendar/src/com/android/calendar/
DAlertService.java53 private static final String TAG = "AlertService"; field in AlertService
127 if (Log.isLoggable(TAG, Log.DEBUG)) { in processMessage()
128 Log.d(TAG, "uri: " + alertUri); in processMessage()
136 Log.w(TAG, "Invalid AUTHORITY uri: " + alertUri); in processMessage()
160 if (Log.isLoggable(TAG, Log.DEBUG)) { in processMessage()
161 Log.d(TAG, "alert not found"); in processMessage()
191 if (Log.isLoggable(TAG, Log.DEBUG)) { in processMessage()
192 Log.d(TAG, "event declined, alert cancelled"); in processMessage()
214 if (Log.isLoggable(TAG, Log.DEBUG)) { in processMessage()
215 Log.d(TAG, "instance not found, alert cancelled"); in processMessage()
[all …]
/packages/apps/IM/src/com/android/im/imps/
DImpsLog.java28 public static final String TAG = "IMPS"; field in ImpsLog
66 Log.e(TAG, e.getMessage(), e); in log()
68 Log.e(TAG, e.getMessage(), e); in log()
70 Log.i(TAG, out.toString()); in log()
76 Log.d(TAG, /* DateFormat.format("kk:mm:ss ", new Date()) + */ info); in log()
81 Log.e(TAG, /* DateFormat.format("kk:mm:ss", new Date()).toString() */ "", t); in logError()
85 Log.e(TAG, /* DateFormat.format("kk:mm:ss ", new Date()) + */ info, t); in logError()
89 Log.e(TAG, /* DateFormat.format("kk:mm:ss ", new Date()) + */ info); in logError()
/packages/apps/Contacts/src/com/android/contacts/ui/
DQuickContactActivity.java34 private static final String TAG = "QuickContactActivity"; field in QuickContactActivity
44 if (LOGV) Log.d(TAG, "onCreate"); in onCreate()
52 if (LOGV) Log.d(TAG, "onNewIntent"); in onNewIntent()
59 if (LOGV) Log.d(TAG, "Preparing window"); in onNewIntent()
78 if (LOGV) Log.w(TAG, "Unexpected back captured by stub activity"); in onBackPressed()
85 if (LOGV) Log.d(TAG, "onPause"); in onPause()
94 if (LOGV) Log.d(TAG, "onDestroy"); in onDestroy()
99 if (LOGV) Log.d(TAG, "onDismiss"); in onDismiss()
/packages/providers/DrmProvider/src/com/android/providers/drm/
DDrmPushReceiver.java33 private static final String TAG = "DrmPushReceiver"; field in DrmPushReceiver
45 Log.e(TAG, "The rights data is invalid."); in onReceive()
54 Log.e(TAG, "Install drm rights failed."); in onReceive()
57 Log.e(TAG, "IOException occurs when install drm rights."); in onReceive()
61 Log.d(TAG, "Install drm rights successfully."); in onReceive()
64 Log.d(TAG, "This is not drm rights push mimetype."); in onReceive()
66 Log.d(TAG, "This is not wap push received action."); in onReceive()
/packages/apps/Camera/tests/src/com/android/camera/stress/
DCameraLatency.java36 private String TAG = "CameraLatency"; field in CameraLatency
69 Log.v(TAG, "start testImageCapture test"); in testImageCapture()
90 Log.v(TAG, e.toString()); in testImageCapture()
126 Log.v(TAG, "The Image capture wait time = " + in testImageCapture()
128 Log.v(TAG, "Avg AutoFocus = " + mAvgAutoFocusTime); in testImageCapture()
129 Log.v(TAG, "Avg mShutterLag = " + mAvgShutterLag); in testImageCapture()
130 Log.v(TAG, "Avg mShutterToPictureDisplayedTime = " in testImageCapture()
132 Log.v(TAG, "Avg mPictureDisplayedToJpegCallbackTime = " in testImageCapture()
134 Log.v(TAG, "Avg mJpegCallbackToFirstFrameTime = " + mAvgJpegCallbackToFirstFrameTime); in testImageCapture()

12345678910>>...18