Home
last modified time | relevance | path

Searched defs:primitiveDurations (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/haptics/
DFakeVibratorHelper.kt32 val primitiveDurations: HashMap<Int, Int> = ALL_PRIMITIVE_DURATIONS constant in com.android.systemui.haptics.FakeVibratorHelper
/frameworks/native/services/vibratorservice/test/
DVibratorHalWrapperAidlTest.cpp313 std::vector<std::chrono::milliseconds> primitiveDurations; in TEST_F() local
/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h237 const HalResult<std::vector<std::chrono::milliseconds>> primitiveDurations; variable