Searched refs:removeAdaptiveHapticsScale (Results 1 – 4 of 4) sorted by relevance
260 verify(mMockVibrationScaler).removeAdaptiveHapticsScale(USAGE_ALARM); in testClearVibrationParams_clearsCachedAdaptiveHapticsScales()261 verify(mMockVibrationScaler).removeAdaptiveHapticsScale(USAGE_NOTIFICATION); in testClearVibrationParams_clearsCachedAdaptiveHapticsScales()264 verify(mMockVibrationScaler).removeAdaptiveHapticsScale(USAGE_COMMUNICATION_REQUEST); in testClearVibrationParams_clearsCachedAdaptiveHapticsScales()
354 mVibrationScaler.removeAdaptiveHapticsScale(USAGE_NOTIFICATION);
206 public void removeAdaptiveHapticsScale(@VibrationAttributes.Usage int usageHint) { in removeAdaptiveHapticsScale() method in VibrationScaler
461 mVibrationScaler.removeAdaptiveHapticsScale(usageHint); in updateOrRemoveAdaptiveHapticsScale()