/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | VibratorHelperTest.java | 50 VibratorHelper mVibratorHelper; 57 mVibratorHelper = new VibratorHelper(getContext()); in setUp() 63 VibratorHelper.createWaveformVibration(CUSTOM_PATTERN, /* insistent= */ true)); in createWaveformVibration_insistent_createsRepeatingVibration() 65 VibratorHelper.createPwleWaveformVibration(PWLE_PATTERN, /* insistent= */ true)); in createWaveformVibration_insistent_createsRepeatingVibration() 71 VibratorHelper.createWaveformVibration(CUSTOM_PATTERN, /* insistent= */ false)); in createWaveformVibration_nonInsistent_createsSingleShotVibration() 73 VibratorHelper.createPwleWaveformVibration(PWLE_PATTERN, /* insistent= */ false)); in createWaveformVibration_nonInsistent_createsSingleShotVibration() 78 assertNull(VibratorHelper.createWaveformVibration(null, false)); in createWaveformVibration_invalidPattern_returnsNullAndDoesNotCrash() 79 assertNull(VibratorHelper.createWaveformVibration(new long[0], false)); in createWaveformVibration_invalidPattern_returnsNullAndDoesNotCrash() 80 assertNull(VibratorHelper.createWaveformVibration(new long[] { 0, 0 }, false)); in createWaveformVibration_invalidPattern_returnsNullAndDoesNotCrash() 82 assertNull(VibratorHelper.createPwleWaveformVibration(null, false)); in createWaveformVibration_invalidPattern_returnsNullAndDoesNotCrash() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | VibratorHelper.java | 45 public class VibratorHelper { class 64 public VibratorHelper(@Nullable Vibrator vibrator) { in VibratorHelper() method in VibratorHelper 72 public VibratorHelper(@Nullable Vibrator vibrator, Executor executor) { in VibratorHelper() method in VibratorHelper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsHapticsSimulator.kt | 23 import com.android.systemui.statusbar.VibratorHelper 35 val vibrator: VibratorHelper,
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/haptics/ |
D | FakeVibratorHelper.kt | 23 import com.android.systemui.statusbar.VibratorHelper 29 class FakeVibratorHelper : VibratorHelper(EmptyVibrator(), FakeExecutor(FakeSystemClock())) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardQuickAffordanceViewBinder.kt | 42 import com.android.systemui.statusbar.VibratorHelper in <lambda>() 76 vibratorHelper: VibratorHelper?, in <lambda>() 133 vibratorHelper: VibratorHelper?, in <lambda>() 291 private val vibratorHelper: VibratorHelper?, in <lambda>()
|
D | KeyguardQuickAffordanceOnTouchListener.kt | 32 import com.android.systemui.statusbar.VibratorHelper 38 private val vibratorHelper: VibratorHelper?,
|
D | KeyguardSettingsViewBinder.kt | 37 import com.android.systemui.statusbar.VibratorHelper in <lambda>() 49 vibratorHelper: VibratorHelper, in <lambda>()
|
D | DeviceEntryIconViewBinder.kt | 40 import com.android.systemui.statusbar.VibratorHelper in <lambda>() 65 vibratorHelper: VibratorHelper, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/ |
D | ShadeControllerKosmos.kt | 32 import com.android.systemui.statusbar.VibratorHelper 52 vibratorHelper = mock<VibratorHelper>(), in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/slider/ |
D | SeekbarHapticPlugin.kt | 23 import com.android.systemui.statusbar.VibratorHelper 41 vibratorHelper: VibratorHelper,
|
D | SliderHapticFeedbackProvider.kt | 25 import com.android.systemui.statusbar.VibratorHelper 40 private val vibratorHelper: VibratorHelper,
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/ |
D | SettingsMenuSection.kt | 37 import com.android.systemui.statusbar.VibratorHelper in <lambda>() 46 private val vibratorHelper: VibratorHelper, in <lambda>()
|
D | BottomAreaSection.kt | 44 import com.android.systemui.statusbar.VibratorHelper in <lambda>() 54 private val vibratorHelper: VibratorHelper, in <lambda>() 125 vibratorHelper: VibratorHelper, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/qs/ |
D | QSLongPressEffect.kt | 23 import com.android.systemui.statusbar.VibratorHelper 41 private val vibratorHelper: VibratorHelper?,
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/slider/ |
D | SeekbarHapticPluginTest.kt | 25 import com.android.systemui.statusbar.VibratorHelper 52 @Mock private lateinit var vibratorHelper: VibratorHelper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
D | BrightnessSliderController.java | 40 import com.android.systemui.statusbar.VibratorHelper; 285 private final VibratorHelper mVibratorHelper; 293 VibratorHelper vibratorHelper, in Factory()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | AlignShortcutsToUdfpsSection.kt | 37 import com.android.systemui.statusbar.VibratorHelper 49 private val vibratorHelper: VibratorHelper,
|
D | DefaultSettingsPopupMenuSection.kt | 42 import com.android.systemui.statusbar.VibratorHelper 53 private val vibratorHelper: VibratorHelper,
|
D | DefaultShortcutsSection.kt | 40 import com.android.systemui.statusbar.VibratorHelper in <lambda>() 53 private val vibratorHelper: VibratorHelper, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBottomAreaView.kt | 32 import com.android.systemui.statusbar.VibratorHelper in <lambda>() 73 vibratorHelper: VibratorHelper? = null, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | VibratorHelperTest.kt | 40 lateinit var vibratorHelper: VibratorHelper 44 vibratorHelper = VibratorHelper(vibrator, executor) in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dagger/ |
D | VolumeModule.java | 30 import com.android.systemui.statusbar.VibratorHelper; 117 VibratorHelper vibratorHelper, in provideVolumeDialog()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/ |
D | VolumeDialogControllerImplTest.java | 51 import com.android.systemui.statusbar.VibratorHelper; 90 private VibratorHelper mVibrator; 237 VibratorHelper optionalVibrator, in TestableVolumeDialogControllerImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeControllerSceneImpl.kt | 32 import com.android.systemui.statusbar.VibratorHelper in <lambda>() 60 private val vibratorHelper: VibratorHelper, in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | VibratorHelper.java | 42 public final class VibratorHelper { class 55 public VibratorHelper(Context context) { in VibratorHelper() method in VibratorHelper
|