OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothMap
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
35
import android.bluetooth.
BluetoothMap
;
155
mState =
BluetoothMap
.STATE_DISCONNECTED;
311
setState(
BluetoothMap
.STATE_CONNECTED);
352
setState(
BluetoothMap
.STATE_DISCONNECTED);
512
setState(state,
BluetoothMap
.RESULT_SUCCESS);
521
Intent intent = new Intent(
BluetoothMap
.ACTION_CONNECTION_STATE_CHANGED);
548
case
BluetoothMap
.STATE_CONNECTED:
559
setState(
BluetoothMap
.STATE_DISCONNECTED,
BluetoothMap
.RESULT_CANCELED);
572
if (mState ==
BluetoothMap
.STATE_CONNECTED && mRemoteDevice != null)
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothMap.java
35
public final class
BluetoothMap
implements BluetoothProfile {
37
private static final String TAG = "
BluetoothMap
";
87
* Create a
BluetoothMap
proxy object.
89
/*package*/
BluetoothMap
(Context context, ServiceListener l) {
90
if (DBG) Log.d(TAG, "Create
BluetoothMap
proxy object");
126
* Other public functions of
BluetoothMap
will return default error
154
* Get the current state of the
BluetoothMap
service.
168
return
BluetoothMap
.STATE_ERROR;
377
mServiceListener.onServiceConnected(BluetoothProfile.MAP,
BluetoothMap
.this);
BluetoothAdapter.java
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
MapProfile.java
22
import android.bluetooth.
BluetoothMap
;
41
private
BluetoothMap
mService;
64
mService = (
BluetoothMap
) proxy;
LocalBluetoothProfileManager.java
22
import android.bluetooth.
BluetoothMap
;
128
BluetoothMap
.ACTION_CONNECTION_STATE_CHANGED);
Completed in 168 milliseconds