OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OneShot
(Results
1 - 4
of
4
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSystemVibrator.java
81
VibrationEffect.
OneShot
oneShot
= (VibrationEffect.
OneShot
) effect;
86
timing =
oneShot
.getDuration();
88
timing = ReflectionHelpers.callInstanceMethod(
oneShot
, "getTiming");
/cts/tests/tests/os/src/android/os/cts/
VibrationEffectTest.java
60
((VibrationEffect.
OneShot
)e).getAmplitude());
63
assertEquals(1, ((VibrationEffect.
OneShot
)e).getAmplitude());
66
assertEquals(255, ((VibrationEffect.
OneShot
)e).getAmplitude());
/device/google/contexthub/util/nanotool/
contexthub.h
84
OneShot
= 0xFFFFFF02,
nanotool.cpp
120
" \"
oneshot
\".\n"
217
std::make_tuple("
oneshot
", SensorSpecialRate::
OneShot
),
Completed in 182 milliseconds