Lines Matching refs:TAG

75     private static final String TAG = "BluetoothMapManager";
98 throw new IllegalArgumentException(TAG + ": Callbacks cannot be null!");
173 Log.w(TAG, "Not in disconnected state, connection will eventually resume: " +
190 Log.e(TAG, "Failed binding to service." + ex);
212 Log.d(TAG, "Calling IBluetoothMapService.disconnect ...");
220 Log.w(TAG, "RemoteException during disconnect for " + mServiceConnection);
236 Log.d(TAG, "Calling IBluetoothMapService.enableNotifications ..." + status);
241 Log.d(TAG, "Not connected to service.");
250 TAG + "Operation already in flight: " + mOpInflight +
258 Log.e(TAG, "", ex);
280 TAG + "Operation already in flight: " + mOpInflight +
288 Log.e(TAG, "", ex);
310 TAG + "Operation already in flight: " + mOpInflight +
318 Log.e(TAG, "", ex);
345 TAG + "Operation already in flight: " + mOpInflight +
353 Log.e(TAG, "", ex);
397 Log.d(TAG, "BluetoothMapServiceConnection.onServiceConnected name=" +
409 Log.d(TAG, "ServiceCallbacks.connect ...");
413 Log.d(TAG, "Failed to connect to service after binding.");
416 Log.d(TAG, "connect failed with RemoteException.");
426 Log.d(TAG, "BluetoothMapServiceConnection.onServiceDisconnected name=" + name
458 Log.d(TAG, "IBluetoothMapServiceCallbacks.onConnect() called.");
476 Log.d(TAG, "IBluetoothMapServiceCallbacks.onConnectionFailed() called.");
490 Log.d(TAG, "IBluetoothMapServiceCallbacks.onEnableNotifications() called.");
504 Log.d(TAG, "IBluetoothMapServiceCallbacks.onPushMessage() called with " + handle);
518 Log.d(TAG, "IBluetoothMapServiceCallbacks.onGetMessage() called with " + msg);
532 Log.d(TAG, "IBluetoothMapServiceCallbacks.onGetMessagesListing() called with " +
547 Log.d(TAG, "IBluetoothMapServiceCallbacks.onEvent() called with " + eventReport);
588 TAG + " Expected Inflight op: " + OP_ENABLE_NOTIFICATIONS +
603 TAG + " Expected Inflight op: " + OP_PUSH_MESSAGE +
608 Log.e(TAG, "Empty handle, the service may have been disconnected.");
622 TAG + " Expected inflight op: " + OP_GET_MESSAGE +
637 TAG + " Expected inflight op: " + OP_GET_MESSAGES_LISTING +
657 Log.e(TAG, "Connection already closed.");
679 throw new IllegalArgumentException(TAG + " unknown exception: " + ex.toString());
688 Log.d(TAG, "dumpState(). Connection State: " + mConnectionState);