HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothPbapService (Results 1 - 6 of 6) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 70 private static final boolean V = BluetoothPbapService.VERBOSE;
105 if (!BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION.equals(intent.getAction())) {
117 if (action.equals(BluetoothPbapService.ACCESS_REQUEST_ACTION)) {
120 } else if (action.equals(BluetoothPbapService.AUTH_CHALL_ACTION)) {
129 BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION));
164 String mRemoteName = BluetoothPbapService.getRemoteDeviceName();
214 sendIntentToReceiver(BluetoothPbapService.ACCESS_ALLOWED_ACTION,
215 BluetoothPbapService.EXTRA_ALWAYS_ALLOWED, mAlwaysAllowedValue);
217 sendIntentToReceiver(BluetoothPbapService.AUTH_RESPONSE_ACTION,
218 BluetoothPbapService.EXTRA_SESSION_KEY, mSessionKey)
    [all...]
BluetoothPbapReceiver.java 45 private static final boolean V = BluetoothPbapService.VERBOSE;
53 in.setClass(context, BluetoothPbapService.class);
BluetoothPbapAuthenticator.java 78 msg.what = BluetoothPbapService.MSG_OBEX_AUTH_CHALL;
BluetoothPbapVcardManager.java 64 private static final boolean V = BluetoothPbapService.VERBOSE;
116 String name = BluetoothPbapService.getLocalPhoneName();
117 String number = BluetoothPbapService.getLocalPhoneNum();
208 nameList.add(BluetoothPbapService.getLocalPhoneName());
240 numberList.add(BluetoothPbapService.getLocalPhoneNum());
BluetoothPbapObexServer.java 60 private static final boolean D = BluetoothPbapService.DEBUG;
62 private static final boolean V = BluetoothPbapService.VERBOSE;
222 msg.what = BluetoothPbapService.MSG_SESSION_ESTABLISHED;
236 msg.what = BluetoothPbapService.MSG_SESSION_DISCONNECTED;
303 msg.what = BluetoothPbapService.MSG_SERVERSESSION_CLOSE;
    [all...]
BluetoothPbapService.java 64 public class BluetoothPbapService extends Service {
65 private static final String TAG = "BluetoothPbapService";
70 * "setprop log.tag.BluetoothPbapService DEBUG"; enable both VERBOSE and
71 * DEBUG log: "setprop log.tag.BluetoothPbapService VERBOSE"
197 public BluetoothPbapService() {
228 Log.w(TAG, "Stopping BluetoothPbapService: "
722 synchronized (BluetoothPbapService.this) {

Completed in 25 milliseconds