Searched refs:ACTION_CONNECT_INPUT (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.tv.settings.accessories.AddAccessoryActivity.ACTION_CONNECT_INPUT;57 new Intent(ACTION_CONNECT_INPUT).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK).setPackage( in sendPairingIntent()
68 public static final String ACTION_CONNECT_INPUT = field in AddAccessoryActivity349 if (ACTION_CONNECT_INPUT.equals(intent.getAction()) && in onNewIntent()
24 import static com.android.tv.settings.accessories.AddAccessoryActivity.ACTION_CONNECT_INPUT;461 Intent i = new Intent(ACTION_CONNECT_INPUT).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in updatePairingButton()