Searched defs:valueInt (Results 1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
| D | HeadsetStackEvent.java | 51 public final int valueInt; field in HeadsetStackEvent 74 public HeadsetStackEvent(int type, int valueInt, BluetoothDevice device) { in HeadsetStackEvent() 86 public HeadsetStackEvent(int type, int valueInt, int valueInt2, BluetoothDevice device) { in HeadsetStackEvent() 122 public HeadsetStackEvent(int type, int valueInt, int valueInt2, String valueString, in HeadsetStackEvent()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
| D | A2dpStackEvent.java | 46 public int valueInt = 0; field in A2dpStackEvent
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
| D | TbsGatt.java | 744 private boolean updateStatusFlags(BluetoothDevice device, int valueInt) { in updateStatusFlags() 761 Integer valueInt = entryExist ? mStatusFlagValue.get(device) : 0; in updateStatusFlagsInbandRingtone() local 783 Integer valueInt = entryExist ? mStatusFlagValue.get(device) : 0; in updateStatusFlagsSilentMode() local 827 int valueInt = 0; in setCallControlPointOptionalOpcodes() local 1055 int valueInt = mSilentMode ? STATUS_FLAG_SILENT_MODE_ENABLED : 0; in onAuthorizedGattOperation() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
| D | StackEvent.java | 58 public int valueInt = 0; field in StackEvent
|