Searched refs:existingValue (Results 1 – 2 of 2) sorted by relevance
747 public static int getValueForVibrateSetting(int existingValue, int vibrateType, in getValueForVibrateSetting() argument752 existingValue &= ~(3 << (vibrateType * 2)); in getValueForVibrateSetting()755 existingValue |= (vibrateSetting & 3) << (vibrateType * 2); in getValueForVibrateSetting()757 return existingValue; in getValueForVibrateSetting()
448 Object existingValue = mMap.get(k); in commitToMemory() local449 if (existingValue != null && existingValue.equals(v)) { in commitToMemory()