Searched refs:candidateIntent (Results 1 – 1 of 1) sorted by relevance
163 Intent candidateIntent = null; in startPairingRemoteActivity() local178 candidateIntent = intent; in startPairingRemoteActivity()182 if (candidateIntent != null) { in startPairingRemoteActivity()183 Intent intent = new Intent(candidateIntent).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startPairingRemoteActivity()