Loading android/app/src/com/android/bluetooth/opp/BluetoothOppBatch.java +1 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,7 @@ public class BluetoothOppBatch { */ /** register a listener for the batch change */ public void registerListern(BluetoothOppBatchListener listener) { public void registerListener(BluetoothOppBatchListener listener) { mListener = listener; } Loading android/app/src/com/android/bluetooth/opp/BluetoothOppTransfer.java +1 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch mBatch = batch; mSession = session; mBatch.registerListern(this); mBatch.registerListener(this); mAdapter = BluetoothAdapter.getDefaultAdapter(); } Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppBatch.java +1 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,7 @@ public class BluetoothOppBatch { */ /** register a listener for the batch change */ public void registerListern(BluetoothOppBatchListener listener) { public void registerListener(BluetoothOppBatchListener listener) { mListener = listener; } Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppTransfer.java +1 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch mBatch = batch; mSession = session; mBatch.registerListern(this); mBatch.registerListener(this); mAdapter = BluetoothAdapter.getDefaultAdapter(); } Loading