Searched defs:valueInt2 (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStackEvent.java51 public final int valueInt2; field in class:HeadsetStackEvent
82 * @param valueInt2 another integer value in the event
85 public HeadsetStackEvent(int type, int valueInt, int valueInt2, BluetoothDevice device) { argument
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, argument
125 this.valueInt2 = valueInt2;
197 .append(valueInt2)
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DStackEvent.java53 public int valueInt2 = 0; field in class:StackEvent
69 result.append(", value2:" + valueInt2);

Completed in 57 milliseconds