Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioOutputRoutingNotificationsActivity.java80 int deviceType = routedDevice != null ? routedDevice.getType() : -1; in onRoutingChanged() local
DAudioInputRoutingNotificationsActivity.java80 int deviceType = routedDevice != null ? routedDevice.getType() : -1; in onRoutingChanged() local
/cts/tests/tests/media/src/android/media/cts/
DMediaRouterTest.java113 final int deviceType = defaultRoute.getDeviceType(); in testRouteInfo_getDeviceType() local