Searched refs:BluetoothPbap (Results 1 – 9 of 9) sorted by relevance
24 import android.bluetooth.BluetoothPbap;40 private BluetoothPbap mService;62 mService = (BluetoothPbap) proxy; in onServiceConnected()
31 import android.bluetooth.BluetoothPbap;207 BluetoothPbap.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
65 public class BluetoothPbap implements BluetoothProfile { class129 public BluetoothPbap(Context context, ServiceListener l) { in BluetoothPbap() method in BluetoothPbap347 mServiceListener.onServiceConnected(BluetoothProfile.PBAP, BluetoothPbap.this);
2751 BluetoothPbap pbap = new BluetoothPbap(context, listener); in getProfileProxy()2826 BluetoothPbap pbap = (BluetoothPbap) proxy; in closeProfileProxy()
688 android.bluetooth.BluetoothPbap
3231 HSPLandroid/bluetooth/BluetoothPbap$2;->onServiceConnected(Landroid/content/ComponentName;Landroid/…3232 HSPLandroid/bluetooth/BluetoothPbap;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothP…3233 HSPLandroid/bluetooth/BluetoothPbap;->doBind()Z3234 HSPLandroid/bluetooth/BluetoothPbap;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I3235 HSPLandroid/bluetooth/BluetoothPbap;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z32779 Landroid/bluetooth/BluetoothPbap;41155 HSPLandroid/bluetooth/BluetoothPbap;->access$000(Ljava/lang/String;)V41156 HSPLandroid/bluetooth/BluetoothPbap;->log(Ljava/lang/String;)V
10703 Landroid/bluetooth/BluetoothPbap$ServiceListener;->onServiceConnected(Landroid/bluetooth/BluetoothP…10704 Landroid/bluetooth/BluetoothPbap$ServiceListener;->onServiceDisconnected()V10705 Landroid/bluetooth/BluetoothPbap;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothPbap…10706 Landroid/bluetooth/BluetoothPbap;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;10707 Landroid/bluetooth/BluetoothPbap;->close()V10708 Landroid/bluetooth/BluetoothPbap;->DBG:Z10709 Landroid/bluetooth/BluetoothPbap;->doBind()Z10710 Landroid/bluetooth/BluetoothPbap;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z10711 Landroid/bluetooth/BluetoothPbap;->log(Ljava/lang/String;)V10712 Landroid/bluetooth/BluetoothPbap;->mAdapter:Landroid/bluetooth/BluetoothAdapter;[all …]
1408 public class BluetoothPbap implements android.bluetooth.BluetoothProfile {