Searched refs:mInternalDeviceType (Results 1 – 1 of 1) sorted by relevance
46 private final int mInternalDeviceType; field in AdiDeviceState75 mInternalDeviceType = internalDeviceType; in AdiDeviceState()77 mInternalDeviceType = AudioDeviceInfo.convertDeviceTypeToInternalDevice(deviceType); in AdiDeviceState()80 mDeviceAddress = isBluetoothDevice(mInternalDeviceType) ? Objects.requireNonNull( in AdiDeviceState()83 mDeviceId = new Pair<>(mInternalDeviceType, mDeviceAddress); in AdiDeviceState()96 return mInternalDeviceType; in getInternalDeviceType()152 && mInternalDeviceType == sads.mInternalDeviceType in equals()162 return Objects.hash(mDeviceType, mInternalDeviceType, mDeviceAddress, mSAEnabled, in hashCode()169 + " internal type: 0x" + Integer.toHexString(mInternalDeviceType) in toString()182 .append(SETTING_FIELD_SEPARATOR).append(mInternalDeviceType) in toPersistableString()