Package org.robolectric.shadows
Class AudioDeviceInfoBuilder
java.lang.Object
org.robolectric.shadows.AudioDeviceInfoBuilder
Builder for
AudioDeviceInfo
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static AudioDeviceInfoBuilder
setType
(int type) Sets the device type.
-
Method Details
-
newBuilder
-
setType
Sets the device type.- Parameters:
type
- The device type. The possible values are the constants defined as AudioDeviceInfo.AudioDeviceType
-
build
-