Home
last modified time | relevance | path

Searched defs:valueInt (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStackEvent.java49 public final int valueInt; field in HeadsetStackEvent
72 public HeadsetStackEvent(int type, int valueInt, BluetoothDevice device) { in HeadsetStackEvent()
84 public HeadsetStackEvent(int type, int valueInt, int valueInt2, BluetoothDevice device) { in HeadsetStackEvent()
122 int valueInt, in HeadsetStackEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStackEvent.java46 public int valueInt = 0; field in A2dpStackEvent
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java791 private boolean updateStatusFlags(BluetoothDevice device, int valueInt) { in updateStatusFlags()
808 Integer valueInt = entryExist ? mStatusFlagValue.get(device) : 0; in updateStatusFlagsInbandRingtone() local
830 Integer valueInt = entryExist ? mStatusFlagValue.get(device) : 0; in updateStatusFlagsSilentMode() local
873 int valueInt = 0; in setCallControlPointOptionalOpcodes() local
1281 int valueInt = mSilentMode ? STATUS_FLAG_SILENT_MODE_ENABLED : 0; in onAuthorizedGattOperation() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DStackEvent.java58 public int valueInt = 0; field in StackEvent