OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestInputControl
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
TestInputControlService.java
23
* Testcases communicate to the {@link
TestInputControl
} via
30
return
TestInputControl
.getInstance();
TestInputControl.java
42
class
TestInputControl
extends ITestInputControl.Stub {
44
private final static String TAG = "
TestInputControl
";
45
private final static
TestInputControl
INSTANCE = new
TestInputControl
();
53
private
TestInputControl
() {
56
public static
TestInputControl
getInstance() {
TestTvInputService.java
52
private final
TestInputControl
mBackend =
TestInputControl
.getInstance();
Completed in 344 milliseconds