OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Replayer
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
Replayer.java
38
public class
Replayer
{
39
private static final String TAG =
Replayer
.class.getSimpleName();
47
private
Replayer
() {
50
private static final
Replayer
sInstance = new
Replayer
();
51
public static
Replayer
getInstance() {
ReplayerService.java
29
* Provide a mechanism to invoke the
replayer
from outside.
50
Replayer
.getInstance().replay(replayData, new Runnable() {
ResearchLogger.java
182
private final
Replayer
mReplayer =
Replayer
.getInstance();
[
all
...]
Completed in 203 milliseconds