Home
last modified time | relevance | path

Searched refs:mBtAddress (Results 1 – 1 of 1) sorted by relevance

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DRemoteDfuActivity.java73 private String mBtAddress; field in RemoteDfuActivity
170 if (TextUtils.isEmpty(mBtAddress)) { in attemptDfu()
207 mBtAddress = intent.getStringExtra(EXTRA_BT_ADDRESS); in onCreate()
208 mDevice = BluetoothDeviceService.findDevice(mBtAddress); in onCreate()
210 if (TextUtils.isEmpty(mBtAddress)) { in onCreate()
232 if (!TextUtils.equals(mBtAddress, device.getAddress())) { in onDfuProgress()