Home
last modified time | relevance | path

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

/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/utils/
DXmlDoc.java128 InputSource inputSource = new InputSource(new StringReader(responseBody)); in parseXmlResponse() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java898 @DisplayTypeEnum int expectedDisplay, int inputSource, int motionActionCode, in dispatchSinglePerSeatMotionEvent()