Searched refs:MediaDeviceType (Results 1 – 4 of 4) sorted by relevance
34 @IntDef({MediaDeviceType.TYPE_CAST_DEVICE,35 MediaDeviceType.TYPE_BLUETOOTH_DEVICE,36 MediaDeviceType.TYPE_PHONE_DEVICE})37 public @interface MediaDeviceType { annotation in MediaDevice48 MediaDevice(Context context, @MediaDeviceType int type) { in MediaDevice()143 if (mType == MediaDeviceType.TYPE_PHONE_DEVICE) { in compareTo()145 } else if (another.mType == MediaDeviceType.TYPE_PHONE_DEVICE) { in compareTo()
37 super(context, MediaDeviceType.TYPE_CAST_DEVICE); in InfoMediaDevice()
39 super(context, MediaDeviceType.TYPE_BLUETOOTH_DEVICE); in BluetoothMediaDevice()
43 super(context, MediaDeviceType.TYPE_PHONE_DEVICE); in PhoneMediaDevice()