Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DMediaOutputDeviceInfo.java40 TypedValue typedValue = new TypedValue(); in collectDeviceInfo() local
41 Resources.getSystem().getValue(identifier, typedValue, true); in collectDeviceInfo()
42 if (typedValue.type == TypedValue.TYPE_INT_DEC in collectDeviceInfo()
43 || typedValue.type == TypedValue.TYPE_INT_HEX) { in collectDeviceInfo()
44 outputSwitcherVersion = typedValue.data; in collectDeviceInfo()