Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothDeviceService.java163 Intent candidateIntent = null; in startPairingRemoteActivity() local
178 candidateIntent = intent; in startPairingRemoteActivity()
182 if (candidateIntent != null) { in startPairingRemoteActivity()
183 Intent intent = new Intent(candidateIntent).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startPairingRemoteActivity()