Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStackEvent.java51 public final int valueInt2; field in HeadsetStackEvent
85 public HeadsetStackEvent(int type, int valueInt, int valueInt2, BluetoothDevice device) { in HeadsetStackEvent()
121 public HeadsetStackEvent(int type, int valueInt, int valueInt2, String valueString, in HeadsetStackEvent()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DStackEvent.java54 public int valueInt2 = 0; field in StackEvent