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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 68 private static final boolean V = BluetoothPbapService.VERBOSE;
101 if (!BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION.equals(intent.getAction())) {
113 if (action.equals(BluetoothPbapService.AUTH_CHALL_ACTION)) {
122 BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION));
145 String mRemoteName = BluetoothPbapService.getRemoteDeviceName();
175 sendIntentToReceiver(BluetoothPbapService.AUTH_RESPONSE_ACTION,
176 BluetoothPbapService.EXTRA_SESSION_KEY, mSessionKey);
186 sendIntentToReceiver(BluetoothPbapService.AUTH_CANCELLED_ACTION, null, null);
195 intent.setPackage(BluetoothPbapService.THIS_PACKAGE_NAME);
205 intent.setPackage(BluetoothPbapService.THIS_PACKAGE_NAME)
    [all...]
BluetoothPbapAuthenticator.java 78 msg.what = BluetoothPbapService.MSG_OBEX_AUTH_CHALL;
BluetoothPbapService.java 81 public class BluetoothPbapService extends ProfileService implements IObexConnectionHandler {
82 private static final String TAG = "BluetoothPbapService";
87 * "setprop log.tag.BluetoothPbapService DEBUG"; enable both VERBOSE and
88 * DEBUG log: "setprop log.tag.BluetoothPbapService VERBOSE"
241 public BluetoothPbapService() {
587 synchronized (BluetoothPbapService.this) {
790 deleteIntent.setClass(this, BluetoothPbapService.class);
    [all...]
BluetoothPbapUtils.java 44 import com.android.bluetooth.pbap.BluetoothPbapService;
59 private static final boolean V = BluetoothPbapService.VERBOSE;
460 mHandler.obtainMessage(BluetoothPbapService.ROLLOVER_COUNTERS));
514 mHandler.obtainMessage(BluetoothPbapService.LOAD_CONTACTS),
BluetoothPbapObexServer.java 64 private static final boolean D = BluetoothPbapService.DEBUG;
66 private static final boolean V = BluetoothPbapService.VERBOSE;
155 private BluetoothPbapService mService;
191 public BluetoothPbapObexServer(Handler callback, BluetoothPbapService service) {
253 msg.what = BluetoothPbapService.MSG_SESSION_ESTABLISHED;
266 msg.what = BluetoothPbapService.MSG_SESSION_DISCONNECTED;
342 msg.what = BluetoothPbapService.MSG_SERVERSESSION_CLOSE;
    [all...]
BluetoothPbapVcardManager.java 78 private static final boolean V = BluetoothPbapService.VERBOSE;
150 String name = BluetoothPbapService.getLocalPhoneName();
151 String number = BluetoothPbapService.getLocalPhoneNum();
264 ownerName = BluetoothPbapService.getLocalPhoneName();
327 ownerName = BluetoothPbapService.getLocalPhoneName();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 43 import com.android.bluetooth.pbap.BluetoothPbapService;
59 BluetoothPbapService.class};

Completed in 632 milliseconds