Home
last modified time | relevance | path

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

/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/utils/
DXmlDoc.java128 InputSource inputSource = new InputSource(new StringReader(responseBody)); in parseXmlResponse() local
131 Document doc = docBuilder.parse(inputSource); in parseXmlResponse()
/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java401 int inputSource;
425 inputSource = value.getInt32Value(1);
469 + "%d", inputSource, action, vehicleDisplay, buttonStateFlag,
485 convertedInputSource = convertInputSource(inputSource);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java898 @DisplayTypeEnum int expectedDisplay, int inputSource, int motionActionCode, in dispatchSinglePerSeatMotionEvent() argument
908 int32Array[1] = inputSource; in dispatchSinglePerSeatMotionEvent()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java1969 private static int getToolType(int inputSource) {
1970 switch(inputSource) {
1988 private static int getInputDeviceId(int inputSource) {
1992 if (inputDev.supportsSource(inputSource)) {