Searched refs:BluetoothPbap (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DPbapServerProfile.java21 import android.bluetooth.BluetoothPbap;
38 private BluetoothPbap mService;
56 implements BluetoothPbap.ServiceListener {
58 public void onServiceConnected(BluetoothPbap proxy) {
60 mService = (BluetoothPbap) proxy;
75 BluetoothPbap pbap = new BluetoothPbap(context, new PbapServiceListener());
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java33 * 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 { class
52 private static final String TAG = "BluetoothPbap";
91 * been connected to the BluetoothPbap servic
144 public BluetoothPbap(Context context, ServiceListener l) { method in class:BluetoothPbap
[all...]
/frameworks/base/config/
H A Dcompiled-classes-phone736 android.bluetooth.BluetoothPbap
737 android.bluetooth.BluetoothPbap$1
738 android.bluetooth.BluetoothPbap$2
739 android.bluetooth.BluetoothPbap$ServiceListener

Completed in 269 milliseconds