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.java174 public static boolean hasValidInputDevice(Context context, int[] deviceIds) { in hasValidInputDevice() method in BluetoothDevicePairer
221 public static boolean hasValidInputDevice(Context context) { in hasValidInputDevice() method in BluetoothDevicePairer
225 return hasValidInputDevice(context, inputDevices); in hasValidInputDevice()
DBluetoothInputDeviceConnector.java109 if (BluetoothDevicePairer.hasValidInputDevice(mContext, new int[] {deviceId})) {
DAddAccessoryActivity.java642 if (!mPairingSuccess && BluetoothDevicePairer.hasValidInputDevice(this)) { in statusChanged()