OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mRepeatIndex
(Results
1 - 2
of
2
) sorted by null
/cts/suite/audio_quality/lib/include/task/
TaskSequential.h
49
int
mRepeatIndex
;
/frameworks/base/services/tests/notification/src/com/android/server/notification/
BuzzBeepBlinkTest.java
810
private final int
mRepeatIndex
;
813
mRepeatIndex
= repeatIndex;
819
((VibrationEffect.Waveform) actual).getRepeatIndex() ==
mRepeatIndex
) {
823
return
mRepeatIndex
== -1;
828
return "repeatIndex=" +
mRepeatIndex
;
Completed in 69 milliseconds