D | HeadsetStackEvent.java | 49 public final int valueInt; field in HeadsetStackEvent 72 public HeadsetStackEvent(int type, int valueInt, BluetoothDevice device) { in HeadsetStackEvent() argument 73 this(type, valueInt, 0, null, null, device); in HeadsetStackEvent() 84 public HeadsetStackEvent(int type, int valueInt, int valueInt2, BluetoothDevice device) { in HeadsetStackEvent() argument 85 this(type, valueInt, valueInt2, null, null, device); in HeadsetStackEvent() 122 int valueInt, in HeadsetStackEvent() argument 128 this.valueInt = valueInt; in HeadsetStackEvent() 201 .append(valueInt) in buildString()
|