HomeSort by relevance Sort by last modified time
    Searched defs:valueInt2 (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStackEvent.java 51 public final int valueInt2;
82 * @param valueInt2 another integer value in the event
85 public HeadsetStackEvent(int type, int valueInt, int valueInt2, BluetoothDevice device) {
86 this(type, valueInt, valueInt2, null, null, device);
116 * @param valueInt2 another integer value in the event
121 public HeadsetStackEvent(int type, int valueInt, int valueInt2, String valueString,
125 this.valueInt2 = valueInt2;
197 .append(valueInt2)
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
StackEvent.java 53 public int valueInt2 = 0;
69 result.append(", value2:" + valueInt2);

Completed in 50 milliseconds