Home
last modified time | relevance | path

Searched refs:canVibrateWhenRinging (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java488 mVibrator.hasVibrator(), mSystemSettingsUtil.canVibrateWhenRinging(context), in isVibratorEnabled()
493 mVibrator.hasVibrator(), mSystemSettingsUtil.canVibrateWhenRinging(context), in isVibratorEnabled()
504 return mSystemSettingsUtil.canVibrateWhenRinging(context) in getVibrateWhenRinging()
DSystemSettingsUtil.java42 public boolean canVibrateWhenRinging(Context context) { in canVibrateWhenRinging() method in SystemSettingsUtil
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DRingerTest.java443 when(mockSystemSettingsUtil.canVibrateWhenRinging(any(Context.class))).thenReturn(true); in enableVibrationWhenRinging()
448 when(mockSystemSettingsUtil.canVibrateWhenRinging(any(Context.class))).thenReturn(false); in enableVibrationOnlyWhenNotRinging()