Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java167 public static boolean hasValidInputDevice(Context context, int[] deviceIds) { in hasValidInputDevice() method in BluetoothDevicePairer
206 public static boolean hasValidInputDevice(Context context) { in hasValidInputDevice() method in BluetoothDevicePairer
210 return hasValidInputDevice(context, inputDevices); in hasValidInputDevice()
DBluetoothInputDeviceConnector.java111 if (BluetoothDevicePairer.hasValidInputDevice(mContext, new int[] {deviceId})) {
DAddAccessoryActivity.java607 if (!mPairingSuccess && BluetoothDevicePairer.hasValidInputDevice(this)) { in statusChanged()