OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TvRemoteService
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/tv/
TvRemoteService.java
35
*
TvRemoteService
represents a system service that allows a connected
41
public class
TvRemoteService
extends SystemService implements Watchdog.Monitor {
42
private static final String TAG = "
TvRemoteService
";
64
public
TvRemoteService
(Context context) {
66
mHandler = new UserHandler(new UserProvider(
TvRemoteService
.this), context);
256
private final
TvRemoteService
mService;
258
public UserProvider(
TvRemoteService
service) {
/frameworks/base/services/java/com/android/server/
SystemServer.java
98
import com.android.server.tv.
TvRemoteService
;
[
all
...]
Completed in 42 milliseconds