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.java508 mVibrator.hasVibrator(), mSystemSettingsUtil.canVibrateWhenRinging(context), in isVibratorEnabled()
513 mVibrator.hasVibrator(), mSystemSettingsUtil.canVibrateWhenRinging(context), in isVibratorEnabled()
524 return mSystemSettingsUtil.canVibrateWhenRinging(context) in getVibrateWhenRinging()
DSystemSettingsUtil.java52 public boolean canVibrateWhenRinging(Context context) { in canVibrateWhenRinging() method in SystemSettingsUtil
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DRingerTest.java434 when(mockSystemSettingsUtil.canVibrateWhenRinging(any(Context.class))).thenReturn(true); in enableVibrationWhenRinging()
439 when(mockSystemSettingsUtil.canVibrateWhenRinging(any(Context.class))).thenReturn(false); in enableVibrationOnlyWhenNotRinging()