Searched refs:canVibrateWhenRinging (Results 1 – 3 of 3) sorted by relevance
508 mVibrator.hasVibrator(), mSystemSettingsUtil.canVibrateWhenRinging(context), in isVibratorEnabled()513 mVibrator.hasVibrator(), mSystemSettingsUtil.canVibrateWhenRinging(context), in isVibratorEnabled()524 return mSystemSettingsUtil.canVibrateWhenRinging(context) in getVibrateWhenRinging()
52 public boolean canVibrateWhenRinging(Context context) { in canVibrateWhenRinging() method in SystemSettingsUtil
434 when(mockSystemSettingsUtil.canVibrateWhenRinging(any(Context.class))).thenReturn(true); in enableVibrationWhenRinging()439 when(mockSystemSettingsUtil.canVibrateWhenRinging(any(Context.class))).thenReturn(false); in enableVibrationOnlyWhenNotRinging()