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