Lines Matching refs:TAG

40     static final String TAG = "HostNfcFEmulationManager";
95 if (DBG) Log.d(TAG, "notifyHostEmulationActivated");
99 if (DBG) Log.d(TAG, "notifyHostEmulationData");
120 if (DBG) Log.d(TAG, "resolvedServiceName: " + resolvedServiceName.toString() +
126 Log.d(TAG, "Binding to existing service");
131 Log.d(TAG, "Waiting for new service.");
138 Log.d(TAG, "Unexpected packet in STATE_W4_SERVICE");
149 if (DBG) Log.d(TAG, "notifyHostEmulationDeactivated");
182 if (DBG) Log.d(TAG, "sendDataToServiceLocked");
184 Log.d(TAG, "service: " +
186 Log.d(TAG, "mActiveService: " +
200 Log.d(TAG, "Sending data to service");
201 if (DBG) Log.d(TAG, "data: " + getByteDump(data));
204 Log.e(TAG, "Remote service has died, dropping packet");
209 if (DBG) Log.d(TAG, "sendDeactivateToActiveServiceLocked");
221 if (DBG) Log.d(TAG, "bindServiceIfNeededLocked");
223 Log.d(TAG, "Service already bound.");
226 Log.d(TAG, "Binding to service " + service);
233 Log.e(TAG, "Could not bind service.");
240 if (DBG) Log.d(TAG, "unbindServiceIfNeededLocked");
242 Log.d(TAG, "Unbinding from service " + mServiceName);
251 if (DBG) Log.d(TAG, "findNfcid2");
253 if (DBG) Log.d(TAG, "Data size too small");
267 Log.d(TAG, "Service bound");
280 Log.d(TAG, "Service unbound");
293 Log.d(TAG, "Dropping service response message; service no longer active.");
296 Log.d(TAG, "Dropping service response message; service no longer bound.");
310 Log.e(TAG, "Invalid response packet");
314 Log.e(TAG, "Invalid response packet");
322 Log.d(TAG, "Sending data");
323 if (DBG) Log.d(TAG, "data:" + getByteDump(data));
326 Log.d(TAG, "Dropping data, wrong state " + Integer.toString(state));