Searched refs:RemoteDfuActivity (Results 1 – 4 of 4) sorted by relevance
42 public class RemoteDfuActivity extends Activity implements DfuManager.Listener { class57 mBtDeviceServiceBinder.removeListener(RemoteDfuActivity.this);67 mBtDeviceServiceBinder.addListener(RemoteDfuActivity.this);68 mHandler.post(RemoteDfuActivity.this::attemptDfu);
121 Intent intent = new Intent(this, RemoteDfuActivity.class); in onChoice()123 intent.putExtra(RemoteDfuActivity.EXTRA_BT_ADDRESS, mDevice.getAddress()); in onChoice()
265 Intent intent = new Intent(context, RemoteDfuActivity.class); in onChoice()267 intent.putExtra(RemoteDfuActivity.EXTRA_BT_ADDRESS, mDevice.getAddress()); in onChoice()
101 Intent intent = new Intent(this, RemoteDfuActivity.class); in onChoice()