Home
last modified time | relevance | path

Searched defs:inputDevices (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowInputManager.java51 SparseArray<InputDevice> inputDevices = getInputDevices(); in getInputDeviceIds() local
77 SparseArray<InputDevice> inputDevices = new SparseArray<>(); in populateInputDevicesLocked() local
DShadowInputManagerGlobal.java42 SparseArray<InputDevice> inputDevices = new SparseArray<>(); in populateInputDevicesLocked() local
DShadowAudioManager.java115 private List<AudioDeviceInfo> inputDevices = new ArrayList<>(); field in ShadowAudioManager
572 public void setInputDevices(List<AudioDeviceInfo> inputDevices) { in setInputDevices()