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