Lines Matching refs:TAG

72     private static final String TAG = "BluetoothPbapService";
198 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate");
205 if (VERBOSE) Log.v(TAG, "Starting PBAP service");
221 Log.w(TAG, "Stopping BluetoothPbapService: "
240 if (VERBOSE) Log.v(TAG, "action: " + action);
243 if (VERBOSE) Log.v(TAG, "state: " + state);
267 Log.e(TAG, "Unexpected error!");
271 if (DEBUG) Log.d(TAG,"ACL disconnected for "+ device);
301 Log.v(TAG, "setPhonebookAccessPermission(ACCESS_ALLOWED) result=" + result);
311 Log.e(TAG, "Caught the error: " + ex.toString());
318 Log.v(TAG, "setPhonebookAccessPermission(ACCESS_REJECTED) result="
340 if (VERBOSE) Log.v(TAG, "Pbap Service onDestroy");
352 if (VERBOSE) Log.v(TAG, "Pbap Service onBind");
357 if (VERBOSE) Log.v(TAG, "Pbap Service startRfcommSocketListener");
367 if (VERBOSE) Log.v(TAG, "Pbap Service initSocket");
382 Log.e(TAG, "Error create RfcommServerSocket " + e.toString());
391 Log.w(TAG, "initServerSocket failed as BT is (being) turned off");
395 if (VERBOSE) Log.v(TAG, "wait 300 ms");
398 Log.e(TAG, "socketAcceptThread thread was interrupted (3)");
413 if (VERBOSE) Log.v(TAG, "Succeed to create listening socket ");
416 Log.e(TAG, "Error to create listening socket after " + CREATE_RETRY_TIME + " try");
429 Log.e(TAG, "Close Server Socket error: " + ex);
440 Log.e(TAG, "Close Connection Socket error: " + e.toString());
446 if (VERBOSE) Log.v(TAG, "Pbap Service closeService in");
458 Log.w(TAG, "mAcceptThread close error" + ex);
476 if (VERBOSE) Log.v(TAG, "successfully stopped pbap service");
479 if (VERBOSE) Log.v(TAG, "Pbap Service closeService out");
483 if (VERBOSE) Log.v(TAG, "Pbap Service startObexServerSession");
517 Log.v(TAG, "startObexServerSession() success!");
522 if (VERBOSE) Log.v(TAG, "Pbap Service stopObexServerSession");
587 if (VERBOSE) Log.v(TAG, "Accepting socket connection...");
590 Log.w(TAG, "mServerSocket is null");
594 if (VERBOSE) Log.v(TAG, "Accepted socket connection...");
598 Log.w(TAG, "mConnSocket is null");
604 Log.i(TAG, "getRemoteDevice() = null");
613 if (VERBOSE) Log.v(TAG, "getPhonebookAccessPermission() = " + permission);
618 Log.v(TAG, "incoming connection accepted from: " + sRemoteDeviceName
623 Log.e(TAG, "Caught exception starting obex server session"
628 Log.v(TAG, "incoming connection rejected from: " + sRemoteDeviceName
647 if (VERBOSE) Log.v(TAG, "waiting for authorization for connection from: "
667 if (VERBOSE) Log.v(TAG, "Accept exception: " + ex.toString());
681 if (VERBOSE) Log.v(TAG, "Handler(): got msg=" + msg.what);
727 Log.w(TAG, "Acquire Wake Lock");
737 Log.w(TAG, "Release Wake Lock");
752 if (DEBUG) Log.d(TAG, "Pbap state " + mState + " -> " + state + ", result = "
829 if (DEBUG) Log.d(TAG, "getState " + mState);
832 Log.w(TAG,"getState(): not allowed for non-active user");
841 if (DEBUG) Log.d(TAG, "getClient" + mRemoteDevice);
844 Log.w(TAG,"getClient(): not allowed for non-active user");
857 Log.w(TAG,"isConnected(): not allowed for non-active user");
867 Log.w(TAG,"connect(): not allowed for non-active user");
877 if (DEBUG) Log.d(TAG, "disconnect");
880 Log.w(TAG,"disconnect(): not allowed for non-active user");