Searched refs:isHapticPlaybackSupported (Results 1 – 3 of 3) sorted by relevance
75 public boolean isHapticPlaybackSupported(Context context) { in isHapticPlaybackSupported() method in SystemSettingsUtil76 return context.getSystemService(AudioManager.class).isHapticPlaybackSupported(); in isHapticPlaybackSupported()
257 mSystemSettingsUtil.isHapticPlaybackSupported(mContext); in Ringer()
144 when(mockSystemSettingsUtil.isHapticPlaybackSupported(any(Context.class))) in setUp()