Home
last modified time | relevance | path

Searched refs:IBluetoothPbap (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothPbap.java108 private IBluetoothPbap mService;
124 mService = IBluetoothPbap.Stub.asInterface(service); in onServiceConnected()
133 private IBluetoothPbap getService() { in getService()
153 final IBluetoothPbap service = getService(); in getConnectedDevices()
183 final IBluetoothPbap service = getService(); in getConnectionState()
207 final IBluetoothPbap service = getService(); in getDevicesMatchingConnectionStates()
247 final IBluetoothPbap service = getService(); in setConnectionPolicy()
275 final IBluetoothPbap service = getService(); in disconnect()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-unsupported.txt11 Landroid/bluetooth/IBluetoothPbap$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluet…
Dhiddenapi-max-target-o-low-priority.txt900 Landroid/bluetooth/BluetoothPbap;->mService:Landroid/bluetooth/IBluetoothPbap;
2258 Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
2259 Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)V
2260 Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
2261 Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevic…
2262 Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/Lis…
2263 Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
2264 Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->mRemote:Landroid/os/IBinder;
2265 Landroid/bluetooth/IBluetoothPbap$Stub;-><init>()V
2266 Landroid/bluetooth/IBluetoothPbap$Stub;->DESCRIPTOR:Ljava/lang/String;
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothPbap.aidl27 interface IBluetoothPbap { interface
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp52 "android/bluetooth/IBluetoothPbap.aidl",
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java32 import android.bluetooth.IBluetoothPbap;
830 static class PbapBinder extends IBluetoothPbap.Stub implements IProfileServiceBinder {