Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DSystemSettingsUtil.java68 public boolean isHapticPlaybackSupported(Context context) { in isHapticPlaybackSupported() method in SystemSettingsUtil
69 return context.getSystemService(AudioManager.class).isHapticPlaybackSupported(); in isHapticPlaybackSupported()
DRinger.java203 mSystemSettingsUtil.isHapticPlaybackSupported(mContext); in Ringer()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DRingerTest.java145 when(mockSystemSettingsUtil.isHapticPlaybackSupported(any(Context.class))).thenReturn(true); in setUp()