HomeSort by relevance Sort by last modified time
    Searched refs:InputPairer (Results 1 - 2 of 2) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java 56 InputPairer.EventListener {
98 private InputPairer mBtPairer;
99 private int mPreviousStatus = InputPairer.STATUS_NONE;
528 if (mBtPairer.getStatus() == InputPairer.STATUS_WAITING_TO_PAIR &&
575 mBtPairer = new InputPairer(this, this);
598 case InputPairer.STATUS_WAITING_TO_PAIR:
599 case InputPairer.STATUS_PAIRING:
602 case InputPairer.STATUS_CONNECTING:
605 case InputPairer.STATUS_ERROR:
633 case InputPairer.STATUS_NONE
    [all...]
InputPairer.java 44 public class InputPairer {
82 public static final String TAG = "aah.InputPairer";
103 * The status of the {@link InputPairer} changed.
312 public InputPairer(Context context, EventListener listener) {

Completed in 134 milliseconds