Searched refs:canVibrateWhenRinging (Results 1 – 3 of 3) sorted by relevance
488 mVibrator.hasVibrator(), mSystemSettingsUtil.canVibrateWhenRinging(context), in isVibratorEnabled()493 mVibrator.hasVibrator(), mSystemSettingsUtil.canVibrateWhenRinging(context), in isVibratorEnabled()504 return mSystemSettingsUtil.canVibrateWhenRinging(context) in getVibrateWhenRinging()
42 public boolean canVibrateWhenRinging(Context context) { in canVibrateWhenRinging() method in SystemSettingsUtil
443 when(mockSystemSettingsUtil.canVibrateWhenRinging(any(Context.class))).thenReturn(true); in enableVibrationWhenRinging()448 when(mockSystemSettingsUtil.canVibrateWhenRinging(any(Context.class))).thenReturn(false); in enableVibrationOnlyWhenNotRinging()