Searched refs:typedValue (Results 1 – 1 of 1) sorted by relevance
40 TypedValue typedValue = new TypedValue(); in collectDeviceInfo() local41 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()