Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java168 InputManager inMan = (InputManager) context.getSystemService(Context.INPUT_SERVICE); in hasValidInputDevice() local
171 InputDevice device = inMan.getInputDevice(deviceIds[ptr]); in hasValidInputDevice()
207 InputManager inMan = (InputManager) context.getSystemService(Context.INPUT_SERVICE); in hasValidInputDevice() local
208 int[] inputDevices = inMan.getInputDeviceIds(); in hasValidInputDevice()