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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 57 public class BluetoothMapService extends ProfileService {
58 private static final String TAG = "BluetoothMapService";
63 * "setprop log.tag.BluetoothMapService DEBUG"; enable both VERBOSE and
64 * DEBUG log: "setprop log.tag.BluetoothMapService VERBOSE"
148 public BluetoothMapService() {
371 synchronized (BluetoothMapService.this) {
700 private BluetoothMapService mService;
702 private BluetoothMapService getService() {
715 BluetoothMapBinder(BluetoothMapService service) {
727 BluetoothMapService service = getService()
    [all...]
BluetoothMapAuthenticator.java 60 msg.what = BluetoothMapService.MSG_OBEX_AUTH_CHALL;
BluetoothMapUtils.java 24 private static final boolean V = BluetoothMapService.VERBOSE;
BluetoothMapObexServer.java 40 private static final boolean D = BluetoothMapService.DEBUG;
41 private static final boolean V = BluetoothMapService.VERBOSE;
142 msg.what = BluetoothMapService.MSG_SESSION_ESTABLISHED;
156 msg.what = BluetoothMapService.MSG_SESSION_DISCONNECTED;
361 msg.what = BluetoothMapService.MSG_SERVERSESSION_CLOSE;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 32 import com.android.bluetooth.map.BluetoothMapService;
49 BluetoothMapService.class

Completed in 1114 milliseconds