Searched refs:existingValue (Results 1 – 3 of 3) 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()
436 Object existingValue = mMap.get(k); in commitToMemory() local437 if (existingValue != null && existingValue.equals(v)) { in commitToMemory()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...