Home
last modified time | relevance | path

Searched defs:deviceType (Results 1 – 2 of 2) 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