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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 42 public static interface IProfileServiceBinder extends IBinder {
50 protected IProfileServiceBinder mBinder;
62 protected abstract IProfileServiceBinder initBinder();
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 49 protected IProfileServiceBinder initBinder() {
201 implements IProfileServiceBinder {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 54 import com.android.bluetooth.btservice.ProfileService.IProfileServiceBinder;
590 protected IProfileServiceBinder initBinder() {
699 implements IProfileServiceBinder {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 57 public IProfileServiceBinder initBinder() {
120 private static class BluetoothHeadsetBinder extends IBluetoothHeadset.Stub implements IProfileServiceBinder {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 79 public IProfileServiceBinder initBinder() {
278 private static class BluetoothInputDeviceBinder extends IBluetoothInputDevice.Stub implements IProfileServiceBinder{
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 91 public IProfileServiceBinder initBinder() {
216 implements IProfileServiceBinder {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 39 import com.android.bluetooth.btservice.ProfileService.IProfileServiceBinder;
83 protected IProfileServiceBinder initBinder() {
316 private static class BluetoothHealthBinder extends IBluetoothHealth.Stub implements IProfileServiceBinder {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 43 import com.android.bluetooth.btservice.ProfileService.IProfileServiceBinder;
149 protected IProfileServiceBinder initBinder() {
220 private static class BluetoothGattBinder extends IBluetoothGatt.Stub implements IProfileServiceBinder {
    [all...]

Completed in 585 milliseconds