Searched refs:isHapticPlaybackSupported (Results 1 – 3 of 3) sorted by relevance
68 public boolean isHapticPlaybackSupported(Context context) { in isHapticPlaybackSupported() method in SystemSettingsUtil69 return context.getSystemService(AudioManager.class).isHapticPlaybackSupported(); in isHapticPlaybackSupported()
203 mSystemSettingsUtil.isHapticPlaybackSupported(mContext); in Ringer()
145 when(mockSystemSettingsUtil.isHapticPlaybackSupported(any(Context.class))).thenReturn(true); in setUp()