Searched defs:BluetoothMapObexServer (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java46 public class BluetoothMapObexServer extends ServerRequestHandler { class in inherits:ServerRequestHandler
48 private static final String TAG = "BluetoothMapObexServer";
102 public BluetoothMapObexServer(Handler callback, method in class:BluetoothMapObexServer
120 if (D) Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId);
122 if (D) Log.d(TAG, "BluetoothMapObexServer(): emailBaseUri=" + mBaseEmailUriString);
125 if (D) Log.d(TAG, "BluetoothMapObexServer(): mEmailFolderUri=" + mEmailFolderUri);

Completed in 104 milliseconds