Home
last modified time | relevance | path

Searched refs:BluetoothMap (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java29 import android.bluetooth.BluetoothMap;
162 mState = BluetoothMap.STATE_DISCONNECTED; in BluetoothMapService()
181 setState(BluetoothMap.STATE_DISCONNECTED); in closeService()
273 setState(BluetoothMap.STATE_CONNECTED); in startObexServerSessions()
326 setState(BluetoothMap.STATE_DISCONNECTED); in stopObexServerSessions()
508 setState(state, BluetoothMap.RESULT_SUCCESS); in setState()
542 case BluetoothMap.STATE_CONNECTED: in disconnectMap()
555 if (mState == BluetoothMap.STATE_CONNECTED && sRemoteDevice != null) { in getConnectedDevices()
763 if (getState() != BluetoothMap.STATE_DISCONNECTED) { in updateMasInstancesHandler()
1088 setState(BluetoothMap.STATE_DISCONNECTED); in onReceive()
[all …]
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DMapProfile.java25 import android.bluetooth.BluetoothMap;
43 private BluetoothMap mService;
64 mService = (BluetoothMap) proxy; in onServiceConnected()
H A DLocalBluetoothProfileManager.java28 import android.bluetooth.BluetoothMap;
171 addProfile(mMapProfile, MapProfile.NAME, BluetoothMap.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMap.java49 public final class BluetoothMap implements BluetoothProfile, AutoCloseable { class
98 /* package */ BluetoothMap(Context context, ServiceListener listener, in BluetoothMap() method in BluetoothMap
156 return BluetoothMap.STATE_ERROR; in getState()
H A DBluetoothAdapter.java3041 BluetoothMap map = new BluetoothMap(context, listener, this); in getProfileProxy()
3130 BluetoothMap map = (BluetoothMap) proxy; in closeProfileProxy()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java33 import android.bluetooth.BluetoothMap;
167 case BluetoothMap.ACTION_CONNECTION_STATE_CHANGED:
233 filter.addAction(BluetoothMap.ACTION_CONNECTION_STATE_CHANGED); in init()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes1075 android.bluetooth.BluetoothMap$1
1076 android.bluetooth.BluetoothMap
H A Dboot-image-profile.txt3525 HSPLandroid/bluetooth/BluetoothMap$1;->getServiceInterface(Landroid/os/IBinder;)Landroid/bluetooth/…
3526 HSPLandroid/bluetooth/BluetoothMap$1;->getServiceInterface(Landroid/os/IBinder;)Ljava/lang/Object;
3527 HSPLandroid/bluetooth/BluetoothMap;->getConnectedDevices()Ljava/util/List;
23903 Landroid/bluetooth/BluetoothMap$1;
23904 Landroid/bluetooth/BluetoothMap;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10599 Landroid/bluetooth/BluetoothMap;->close()V
10601 Landroid/bluetooth/BluetoothMap;->DBG:Z
10602 Landroid/bluetooth/BluetoothMap;->doBind()Z
10606 Landroid/bluetooth/BluetoothMap;->getState()I
10608 Landroid/bluetooth/BluetoothMap;->isEnabled()Z
10617 Landroid/bluetooth/BluetoothMap;->RESULT_CANCELED:I
10618 Landroid/bluetooth/BluetoothMap;->RESULT_FAILURE:I
10619 Landroid/bluetooth/BluetoothMap;->RESULT_SUCCESS:I
10621 Landroid/bluetooth/BluetoothMap;->STATE_ERROR:I
10622 Landroid/bluetooth/BluetoothMap;->TAG:Ljava/lang/String;
[all …]
/aosp12/frameworks/base/config/
H A Dpreloaded-classes1072 android.bluetooth.BluetoothMap$1
1073 android.bluetooth.BluetoothMap
H A Dboot-image-profile.txt3523 HSPLandroid/bluetooth/BluetoothMap$1;->getServiceInterface(Landroid/os/IBinder;)Landroid/bluetooth/…
3524 HSPLandroid/bluetooth/BluetoothMap$1;->getServiceInterface(Landroid/os/IBinder;)Ljava/lang/Object;
3525 HSPLandroid/bluetooth/BluetoothMap;->getConnectedDevices()Ljava/util/List;
33536 Landroid/bluetooth/BluetoothMap$1;
33537 Landroid/bluetooth/BluetoothMap;
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2046 …public final class BluetoothMap implements java.lang.AutoCloseable android.bluetooth.BluetoothProf…