Searched refs:TAG (Results 201 - 225 of 1843) sorted by relevance

1234567891011>>

/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushProtocol.java36 private static final String TAG = "NdefMessageSet"; field in class:NdefPushProtocol
75 Log.w(TAG, "Unable to read version");
80 Log.w(TAG, "Got version " + version + ", expected " + VERSION);
88 Log.w(TAG, "Unable to read numMessages");
92 Log.w(TAG, "No NdefMessage inside NdefMessageSet packet");
104 Log.w(TAG, "Unable to read action for message " + i);
112 Log.w(TAG, "Unable to read length for message " + i);
121 Log.w(TAG, "Unable to read bytes for message " + i);
125 Log.w(TAG, "Read " + lengthRead + " bytes but expected " +
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DAidRoutingManager.java31 static final String TAG = "AidRoutingManager"; field in class:AidRoutingManager
77 if (DBG) Log.d(TAG, "mDefaultRoute=0x" + Integer.toHexString(mDefaultRoute));
79 if (DBG) Log.d(TAG, "mDefaultOffHostRoute=0x" + Integer.toHexString(mDefaultOffHostRoute));
81 if (DBG) Log.d(TAG, "mAidMatchingSupport=0x" + Integer.toHexString(mAidMatchingSupport));
94 Log.e(TAG, "Device does not support prefix AIDs but AID [" + aid
97 if (DBG) Log.d(TAG, "Unrouting prefix AID " + aid);
101 if (DBG) Log.d(TAG, "Unrouting prefix AID " + aid);
104 if (DBG) Log.d(TAG, "Unrouting exact AID " + aid);
126 if (DBG) Log.d(TAG, "Routing table unchanged, not updating");
159 Log.d(TAG, "Addin
[all...]
H A DRegisteredAidCache.java41 static final String TAG = "RegisteredAidCache"; field in class:RegisteredAidCache
135 if (DBG) Log.d(TAG, "Controller supports AID prefix routing");
141 if (DBG) Log.d(TAG, "resolveAid: resolving AID " + aid);
143 Log.e(TAG, "AID selected with fewer than 5 bytes.");
154 if (DBG) Log.d(TAG, "Finding AID registrations in range [" + shortestAidMatch +
165 if (DBG) Log.d(TAG, "resolveAid: AID " + entry.getKey() + " matches.");
171 Log.e(TAG, "Different defaults for conflicting AIDs!");
186 if (DBG) Log.d(TAG, "Resolved to: " + resolveInfo);
227 Log.e(TAG, "resolveAidConflict: No services passed in.");
254 if (DBG) Log.d(TAG, "resolveAidLocke
[all...]
/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasService.java71 private static final String TAG = Eas.LOG_TAG; field in class:EasService
102 LogUtils.d(TAG, "IEmailService.loadAttachment: %d", attachmentId);
113 LogUtils.d(TAG, "IEmailService.updateFolderList: %d", accountId);
123 LogUtils.wtf(TAG, "unexpected call to EasService.sendMail");
127 LogUtils.d(TAG, "IEmailService.updateFolderList: %d", accountId);
134 LogUtils.i(LogUtils.TAG, "Security Hold trying to sync");
145 LogUtils.d(TAG, "IEmailService.pushModify: %d", accountId);
156 LogUtils.d(TAG, "IEmailService.validate");
166 LogUtils.d(TAG, "IEmailService.searchMessages");
182 LogUtils.d(TAG, "IEmailServic
[all...]
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
H A DStrictModeActivity.java78 private static final String TAG = "StrictModeActivity"; field in class:StrictModeActivity
87 Log.v(TAG, "Service connected: " + name);
91 Log.v(TAG, "Service disconnected: " + name);
121 Log.e(TAG, "SQLiteException: " + e);
145 Log.d(TAG, "Time for " + iters + ": " + (endTime - startTime) + ", avg=" +
153 Log.d(TAG, "Doing DNS lookup for www.l.google.com... "
158 Log.d(TAG, "got: " + addrs[i]);
161 Log.d(TAG, "DNS error: " + e);
171 Log.d(TAG, "for random domain " + domain + ": " + addr);
188 Log.d(TAG, "Fetche
[all...]
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
H A DProfilers.java27 private static final Tag TAG = new Tag("Profiler"); field in class:Profilers
126 Log.d(TAG, message);
133 Log.e(TAG, message);
140 Log.i(TAG, message);
147 Log.v(TAG, message);
154 Log.w(TAG, message);
/packages/apps/Dialer/src/com/android/dialer/util/
H A DTelecomUtil.java30 private static final String TAG = "TelecomUtil"; field in class:TelecomUtil
39 Log.w(TAG, "TelecomManager.silenceRinger called without permission.");
49 Log.w(TAG, "TelecomManager.cancelMissedCalls called without permission.");
59 Log.w(TAG, "TelecomManager.getAdnUriForPhoneAccount called without permission.");
75 Log.w(TAG, "TelecomManager.handleMmi called without permission.");
110 Log.w(TAG, "Dialer is not currently set to be default dialer");
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DProcessPendingMessagesAction.java56 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG; field in class:ProcessPendingMessagesAction
72 LogUtil.i(TAG, "ProcessPendingMessagesAction: Scheduling pending messages"
89 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
91 LogUtil.v(TAG, "ProcessPendingMessagesAction: Action queued");
93 LogUtil.v(TAG, "ProcessPendingMessagesAction: No actions to queue");
101 LogUtil.w(TAG, "ProcessPendingMessagesAction: Action failed to queue; retrying");
129 LogUtil.i(TAG, "ProcessPendingMessagesAction: Now connected; starting action");
150 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
151 LogUtil.v(TAG, "ProcessPendingMessagesAction: No more pending messages");
178 LogUtil.i(TAG, "ProcessPendingMessagesActio
[all...]
/packages/apps/Messaging/src/com/android/messaging/util/
H A DWakeLockHelper.java31 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG; field in class:WakeLockHelper
55 LogUtil.v(TAG, "initializing wakelock");
63 LogUtil.v(TAG, "acquiring " + mWakeLockId + " for opcode " + opcode);
83 LogUtil.v(TAG, "WakeLockHelper.ensure Intent " + intent + " "
91 LogUtil.e(TAG, "WakeLockHelper.ensure called " + intent + " " + intent.getAction()
112 LogUtil.e(TAG, "KeepAliveService.onHandleIntent exit crash " + intent + " "
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverClient.java31 private static final String TAG = "HandoverClient"; field in class:HandoverClient
63 if (DBG) Log.d(TAG, "about to connect to service " +
114 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
118 if (DBG) Log.d(TAG, "about to send a " + length + " byte packet");
142 if (DBG) Log.d(TAG, "couldn't connect to handover service");
146 if (DBG) Log.d(TAG, "about to close");
/packages/apps/Settings/src/com/android/settings/
H A DSetFullBackupPassword.java32 static final String TAG = "SetFullBackupPassword"; field in class:SetFullBackupPassword
48 Log.i(TAG, "password mismatch");
59 Log.i(TAG, "password set successfully");
66 Log.i(TAG, "failure; password mismatch?");
74 Log.w(TAG, "Click on unknown view");
102 Log.e(TAG, "Unable to communicate with backup manager");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryPackInstallBroadcastReceiver.java45 private static final String TAG = DictionaryPackInstallBroadcastReceiver.class.getSimpleName(); field in class:DictionaryPackInstallBroadcastReceiver
54 Log.i(TAG, "Latin IME dictionary broadcast receiver instantiated from the framework.");
70 Log.e(TAG, "Called with intent " + action + " but we don't know the service: this "
102 Log.e(TAG, "Called with intent " + action + " but we don't know the service: this "
118 Log.e(TAG, "Called with intent " + action + " but we don't know the service: this "
128 Log.e(TAG, "Called with intent " + action + " but we have a reference to the "
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
H A DSimChangeReceiver.java43 private final String TAG = "SimChangeReceiver"; field in class:SimChangeReceiver
48 Log.v(TAG, "Received broadcast for user that is not owner.");
54 Log.w(TAG, "Null action for intent.");
62 Log.i(TAG, "Sim removed, removing inactive accounts");
92 LocalLogHelper.log(TAG, "Sim state or carrier config changed: requesting"
104 Log.v(TAG, "Sim change for disabled account.");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DActionBatch.java95 static final String TAG = "DictionaryProvider:" + StartDownloadAction.class.getSimpleName(); field in class:ActionBatch.StartDownloadAction
109 Log.e(TAG, "UpdateAction with a null parameter!");
126 Log.e(TAG, "Unexpected state of the word list '" + mWordList.mId + "' : " + status
150 Log.i(TAG, String.format("Starting the dictionary download with version:"
161 static final String TAG = "DictionaryProvider:" field in class:ActionBatch.InstallAfterDownloadAction
178 Log.e(TAG, "InstallAfterDownloadAction with a null parameter!");
184 Log.e(TAG, "Unexpected state of the word list '" + id + "' : " + status
206 static final String TAG = "DictionaryProvider:" + EnableAction.class.getSimpleName(); field in class:ActionBatch.EnableAction
220 Log.e(TAG, "EnableAction with a null parameter!");
230 Log.e(TAG, "Unexpecte
242 static final String TAG = "DictionaryProvider:" + DisableAction.class.getSimpleName(); field in class:ActionBatch.DisableAction
284 static final String TAG = "DictionaryProvider:" + MakeAvailableAction.class.getSimpleName(); field in class:ActionBatch.MakeAvailableAction
333 static final String TAG = "DictionaryProvider:" field in class:ActionBatch.MarkPreInstalledAction
377 static final String TAG = "DictionaryProvider:" + UpdateDataAction.class.getSimpleName(); field in class:ActionBatch.UpdateDataAction
427 static final String TAG = "DictionaryProvider:" + ForgetAction.class.getSimpleName(); field in class:ActionBatch.ForgetAction
501 static final String TAG = "DictionaryProvider:" + StartDeleteAction.class.getSimpleName(); field in class:ActionBatch.StartDeleteAction
540 static final String TAG = "DictionaryProvider:" + FinishDeleteAction.class.getSimpleName(); field in class:ActionBatch.FinishDeleteAction
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapFolderElement.java56 private final static String TAG = "BluetoothMapFolderElement"; field in class:BluetoothMapFolderElement
190 if(D) Log.i(TAG,"addFolder():" + name);
194 if(D) Log.i(TAG,"addFolder():" + name + " already added");
205 if(D) Log.i(TAG,"addSmsMmsFolder()");
217 if(D) Log.i(TAG,"addImFolder() id = " + idFolder);
230 if(V) Log.v(TAG,"addEmailFolder() id = " + emailFolderId);
282 if(D) Log.w(TAG,e);
285 if(D) Log.w(TAG,e);
288 if(D) Log.w(TAG,e);
324 if(D) Log.i(TAG,"Unknow
[all...]
H A DBluetoothMapMasInstance.java44 private final String TAG; field in class:BluetoothMapMasInstance
120 TAG = "BluetoothMapMasInstance" + sInstanceCounter++;
135 TAG = "BluetoothMapMasInstance" + sInstanceCounter++;
254 if (D) Log.d(TAG, "Map Service startRfcommSocketListener");
257 if (D) Log.d(TAG, "mServerSession exists - shutting it down...");
262 if (D) Log.d(TAG, "mObserver exists - shutting it down...");
277 Log.e(TAG, "Failed to start the listeners");
282 if(V) Log.d(TAG, "Removing SDP record for MAS instance: " + mMasInstanceId +
288 if(V) Log.d(TAG, "Creating new SDP record for MAS instance: " + mMasInstanceId +
341 if (D) Log.d(TAG, "Ma
[all...]
H A DBluetoothMapConvoListing.java38 private static final String TAG = "BluetoothMapConvoListing"; field in class:BluetoothMapConvoListing
111 Log.w(TAG, e);
113 Log.w(TAG, e);
115 Log.w(TAG, e);
134 Log.d(TAG, "offset greater than list size. Returning empty list");
158 if(D) Log.i(TAG,"Unknown XML tag: " + name);
178 if(D) Log.i(TAG,"readConversations(): ");
189 if(D) Log.i(TAG,"Unknown XML tag: " + name);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAsyncRingtonePlayer.java44 private static final String TAG = "AsyncRingtonePlayer"; field in class:AsyncRingtonePlayer
69 LogUtils.d(TAG, "Posting play.");
75 LogUtils.d(TAG, "Posting stop.");
193 LogUtils.e(TAG, "Must not be on the main thread!", new IllegalStateException());
196 LogUtils.i(TAG, "Play ringtone via android.media.MediaPlayer.");
278 LogUtils.e(TAG, "Must not be on the main thread!", new IllegalStateException());
281 LogUtils.i(TAG, "Stop ringtone via android.media.MediaPlayer.");
314 LogUtils.e(TAG, "Unable to locate method: Ringtone.setVolume(float).", nsme);
320 LogUtils.e(TAG, "Unable to locate method: Ringtone.setLooping(boolean).", nsme);
330 LogUtils.e(TAG, "Mus
[all...]
/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsRequest.java132 Log.i(MmsService.TAG, "Execute " + this.getClass().getSimpleName());
138 Log.e(MmsService.TAG, "Failed to load carrier configuration values");
141 Log.e(MmsService.TAG, "Failed to load PDU");
157 Log.d(MmsService.TAG, "Trying " + apns.size() + " APNs");
163 Log.i(MmsService.TAG, "Using APN ["
183 Log.w(MmsService.TAG, "HTTP or network failure", e);
191 Log.e(MmsService.TAG, "MmsRequest: APN failure", e);
194 Log.e(MmsService.TAG, "MmsRequest: MMS network acquiring failure", e);
197 Log.e(MmsService.TAG, "MmsRequest: HTTP or network I/O failure", e);
201 Log.e(MmsService.TAG, "MmsReques
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DCallController.java62 private static final String TAG = "CallController"; field in class:CallController
111 Log.wtf(TAG, "init() called multiple times! sInstance = " + sInstance);
149 Log.wtf(TAG, "handleMessage: unexpected code: " + msg);
199 Log.wtf(TAG, "placeCall: called with null intent");
206 Log.wtf(TAG, "placeCall: intent had no data");
225 Log.wtf(TAG, "placeCall: unexpected intent action " + action);
349 Log.w(TAG, "placeCall: couldn't get a phone number from Intent " + intent);
365 Log.e(TAG, "Non-CALL_EMERGENCY Intent " + intent
370 Log.e(TAG, "Received CALL_EMERGENCY Intent " + intent
396 Log.i(TAG, "placeCal
[all...]
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
H A DKeyChainServiceTest.java38 private static final String TAG = "KeyChainServiceTest"; field in class:KeyChainServiceTest
102 Log.d(TAG, "onBind");
107 Log.d(TAG, "onStartCommand");
108 new Thread(new Test(), TAG).start();
113 Log.d(TAG, "onDestroy");
133 Log.d(TAG, "test_KeyChainService uid=" + getApplicationInfo().uid);
135 Log.d(TAG, "test_KeyChainService bind support");
145 Log.d(TAG, "test_KeyChainService setup keystore");
194 Log.d(TAG, "test_KeyChainService bind service");
206 Log.d(TAG, "test_KeyChainServic
[all...]
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAddAccountSettings.java74 private static final String TAG = "AccountSettings"; field in class:AddAccountSettings
111 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "account added: " + bundle);
113 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled");
115 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
117 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
135 if (Log.isLoggable(TAG, Lo
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DConnectToWifiFragment.java48 private static final String TAG = "ConnectToWifiFragment"; field in class:ConnectToWifiFragment
109 if (DEBUG) Log.d(TAG, "Timeout waiting on supplicant state change");
117 if (DEBUG) Log.d(TAG, "Fake timeout; we're actually connected");
121 if (DEBUG) Log.d(TAG, "Timeout is real; telling the listener");
145 Log.d(TAG, "Got supplicant state: " + state.name());
204 Log.d(TAG, "Failed to add network!");
209 Log.d(TAG, "Failed to enable network id " + networkId + "!");
214 Log.d(TAG, "Failed to reconnect!");
236 if (DEBUG) Log.d(TAG, "Connectivity changed");
255 if (DEBUG) Log.d(TAG, "NetworkInf
[all...]
/packages/apps/Browser/src/com/android/browser/widget/
H A DBookmarkWidgetProxy.java28 private static final String TAG = "BookmarkWidgetProxy"; field in class:BookmarkWidgetProxy
50 Log.w(TAG, "Failed to start intent activity", e);
/packages/apps/Camera/src/com/android/camera/
H A DEffectsRecorder.java46 private static final String TAG = "EffectsRecorder"; field in class:EffectsRecorder
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);
204 if (mLogVerbose) Log.v(TAG, "EffectsRecorder created (" + this + ")");
294 Log.v(TAG, "Current effects recorder index is " + sEffectsRecorderIndex);
419 if (mLogVerbose) Log.v(TAG, "Setting time lapse capture rate to " + fps + " fps");
426 if (mLogVerbose) Log.v(TAG, "setPreviewSurfaceTexture(" + this + ")");
454 if (mLogVerbose) Log.v(TAG,
[all...]

Completed in 5549 milliseconds

1234567891011>>