D | HeadsetStackEvent.java | 50 public final int valueInt; field in HeadsetStackEvent 73 public HeadsetStackEvent(int type, int valueInt, BluetoothDevice device) { in HeadsetStackEvent() argument 74 this(type, valueInt, 0, null, null, device); in HeadsetStackEvent() 85 public HeadsetStackEvent(int type, int valueInt, int valueInt2, BluetoothDevice device) { in HeadsetStackEvent() argument 86 this(type, valueInt, valueInt2, null, null, device); in HeadsetStackEvent() 121 public HeadsetStackEvent(int type, int valueInt, int valueInt2, String valueString, in HeadsetStackEvent() argument 124 this.valueInt = valueInt; in HeadsetStackEvent() 195 .append(valueInt) in buildString()
|