Searched defs:valueInt (Results 1 – 4 of 4) sorted by relevance
49 public final int valueInt; field in HeadsetStackEvent72 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()
46 public int valueInt = 0; field in A2dpStackEvent
791 private boolean updateStatusFlags(BluetoothDevice device, int valueInt) { in updateStatusFlags()808 Integer valueInt = entryExist ? mStatusFlagValue.get(device) : 0; in updateStatusFlagsInbandRingtone() local830 Integer valueInt = entryExist ? mStatusFlagValue.get(device) : 0; in updateStatusFlagsSilentMode() local873 int valueInt = 0; in setCallControlPointOptionalOpcodes() local1281 int valueInt = mSilentMode ? STATUS_FLAG_SILENT_MODE_ENABLED : 0; in onAuthorizedGattOperation() local
58 public int valueInt = 0; field in StackEvent