Searched refs:shouldCancelVibrationOnScreenOff (Results 1 – 3 of 3) sorted by relevance
698 assertFalse(mVibrationSettings.shouldCancelVibrationOnScreenOff(createCallerInfo( in shouldCancelVibrationOnScreenOff_withEventBeforeVibration_returnsAlwaysFalse()701 assertFalse(mVibrationSettings.shouldCancelVibrationOnScreenOff( in shouldCancelVibrationOnScreenOff_withEventBeforeVibration_returnsAlwaysFalse()704 assertFalse(mVibrationSettings.shouldCancelVibrationOnScreenOff( in shouldCancelVibrationOnScreenOff_withEventBeforeVibration_returnsAlwaysFalse()707 assertFalse(mVibrationSettings.shouldCancelVibrationOnScreenOff( in shouldCancelVibrationOnScreenOff_withEventBeforeVibration_returnsAlwaysFalse()725 assertFalse(mVibrationSettings.shouldCancelVibrationOnScreenOff( in shouldCancelVibrationOnScreenOff_withSleepReasonInAllowlist_returnsAlwaysFalse()728 assertFalse(mVibrationSettings.shouldCancelVibrationOnScreenOff( in shouldCancelVibrationOnScreenOff_withSleepReasonInAllowlist_returnsAlwaysFalse()731 assertFalse(mVibrationSettings.shouldCancelVibrationOnScreenOff( in shouldCancelVibrationOnScreenOff_withSleepReasonInAllowlist_returnsAlwaysFalse()734 assertFalse(mVibrationSettings.shouldCancelVibrationOnScreenOff( in shouldCancelVibrationOnScreenOff_withSleepReasonInAllowlist_returnsAlwaysFalse()746 assertTrue(mVibrationSettings.shouldCancelVibrationOnScreenOff( in shouldCancelVibrationOnScreenOff_withNonSystem_returnsTrueIfReasonNotInAllowlist()765 assertFalse(mVibrationSettings.shouldCancelVibrationOnScreenOff( in shouldCancelVibrationOnScreenOff_withUidZero_returnsFalseForUsagesInAllowlist()[all …]
477 public boolean shouldCancelVibrationOnScreenOff(@NonNull Vibration.CallerInfo callerInfo, in shouldCancelVibrationOnScreenOff() method in VibrationSettings
1388 return mVibrationSettings.shouldCancelVibrationOnScreenOff(vib.callerInfo, in shouldCancelOnScreenOffLocked()