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

Commit 326172d0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Cleanup unused requires in java files"

parents 5d573d5b eb7b90f5
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