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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
PbapServerProfile.java 22 import android.bluetooth.BluetoothPbap;
41 private BluetoothPbap mService;
58 implements BluetoothPbap.ServiceListener {
60 public void onServiceConnected(BluetoothPbap proxy) {
62 mService = (BluetoothPbap) proxy;
77 BluetoothPbap pbap = new BluetoothPbap(context, new PbapServiceListener());
LocalBluetoothProfileManager.java 25 import android.bluetooth.BluetoothPbap;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 41 import android.bluetooth.BluetoothPbap;
190 mState = BluetoothPbap.STATE_DISCONNECTED;
340 setState(BluetoothPbap.STATE_DISCONNECTED, BluetoothPbap.RESULT_CANCELED);
507 setState(BluetoothPbap.STATE_CONNECTED);
543 setState(BluetoothPbap.STATE_DISCONNECTED);
744 setState(state, BluetoothPbap.RESULT_SUCCESS);
753 Intent intent = new Intent(BluetoothPbap.PBAP_STATE_CHANGED_ACTION);
754 intent.putExtra(BluetoothPbap.PBAP_PREVIOUS_STATE, prevState);
755 intent.putExtra(BluetoothPbap.PBAP_STATE, mState)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 33 * BluetoothPbap is a proxy object for controlling the Bluetooth Pbap
36 * Creating a BluetoothPbap object will create a binding with the
37 * BluetoothPbap service. Users of this object should call close() when they
38 * are finished with the BluetoothPbap, so that this proxy object can unbind
41 * This BluetoothPbap object is not immediately bound to the
42 * BluetoothPbap service. Use the ServiceListener interface to obtain a
44 * immediately call methods on BluetoothPbap after construction.
50 public class BluetoothPbap {
52 private static final String TAG = "BluetoothPbap";
91 * been connected to the BluetoothPbap service
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 162 milliseconds