Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88f06a57 authored by Marie Janssen's avatar Marie Janssen
Browse files

resolve merge conflicts of 26e793bc to nyc-dev-plus-aosp

Change-Id: Ifa06a51ac390cc2b2f7401b65fb6428313a1f6fd
parents 8100979e 26e793bc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -36,8 +36,6 @@ import java.io.FileOutputStream;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;

/**
 * A base implementation of the BluetoothMapEmailContract.
+0 −6
Original line number Diff line number Diff line
@@ -23,16 +23,10 @@ import android.content.UriMatcher;
import android.content.pm.ProviderInfo;
import android.database.Cursor;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Binder;
import android.os.Bundle;
import android.os.ParcelFileDescriptor;
import android.util.Log;

import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.android.bluetooth;

import java.io.IOException;
+0 −2
Original line number Diff line number Diff line
@@ -15,9 +15,7 @@
package com.android.bluetooth;

import java.io.IOException;
import java.util.concurrent.CountDownLatch;

import javax.obex.ObexSession;
import javax.obex.ResponseCodes;
import javax.obex.ServerSession;

+2 −2
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@

package com.android.bluetooth;

import java.io.UnsupportedEncodingException;

import com.android.bluetooth.map.BluetoothMapUtils;

import java.io.UnsupportedEncodingException;

/**
 * Class to represent a 128bit value using two long member variables.
 * Has functionality to convert to/from hex-strings.
Loading