Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowInputManager.java63 SparseArray<InputDevice> inputDevices = new SparseArray<>(); in populateInputDevicesLocked() local
DShadowAudioManager.java94 private List<AudioDeviceInfo> inputDevices = new ArrayList<>(); field in ShadowAudioManager
435 public void setInputDevices(List<AudioDeviceInfo> inputDevices) { in setInputDevices()