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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 283 BluetoothMapObexServer mapServer;
290 mapServer = new BluetoothMapObexServer(mServiceHandler,
BluetoothMapObexServer.java 46 public class BluetoothMapObexServer extends ServerRequestHandler {
48 private static final String TAG = "BluetoothMapObexServer";
102 public BluetoothMapObexServer(Handler callback,
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);
    [all...]

Completed in 99 milliseconds