Searched refs:ACTION_CONNECT_INPUT (Results 1 – 2 of 2) sorted by relevance
59 static final String ACTION_CONNECT_INPUT = field in AddAccessoryActivity336 if (ACTION_CONNECT_INPUT.equals(intent.getAction()) && in onNewIntent()
19 import static com.android.tv.settings.accessories.AddAccessoryActivity.ACTION_CONNECT_INPUT;390 Intent i = new Intent(ACTION_CONNECT_INPUT).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in updatePairingButton()