Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java146 private int getSource(int inputSource, int defaultSource) { in getSource() argument
147 return inputSource == InputDevice.SOURCE_UNKNOWN ? defaultSource : inputSource; in getSource()