Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DRemoteDfuConfirmationActivity.java98 final Intent origIntent = getIntent(); in onChoice() local
99 final String address = origIntent.getStringExtra(EXTRA_BT_ADDRESS); in onChoice()