Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java188 private final boolean mIsHapticPlaybackSupportedByDevice; field in Ringer
256 mIsHapticPlaybackSupportedByDevice = in Ringer()
405 boolean hapticChannelsMuted = !isVibratorEnabled || !mIsHapticPlaybackSupportedByDevice; in startRinging()
414 isVibratorEnabled, mIsHapticPlaybackSupportedByDevice); in startRinging()