OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTvInputManagerHelper
(Results
1 - 8
of
8
) sorted by null
/packages/apps/TV/src/com/android/tv/analytics/
SendConfigInfoRunnable.java
30
private final TvInputManagerHelper
mTvInputManagerHelper
;
34
this.
mTvInputManagerHelper
= tvInputManagerHelper;
39
List<TvInputInfo> infoList =
mTvInputManagerHelper
.getTvInputInfos(false, false);
43
if (
mTvInputManagerHelper
.isSystemInput(info)) {
/packages/apps/TV/src/com/android/tv/
TvApplication.java
83
private TvInputManagerHelper
mTvInputManagerHelper
;
122
mTvInputManagerHelper
= new TvInputManagerHelper(this);
123
mTvInputManagerHelper
.start();
124
mTvInputManagerHelper
.addCallback(new TvInputCallback() {
187
mChannelDataManager = new ChannelDataManager(this,
mTvInputManagerHelper
);
224
return
mTvInputManagerHelper
;
MainActivity.java
244
private TvInputManagerHelper
mTvInputManagerHelper
;
439
boolean parentalControlEnabled =
mTvInputManagerHelper
.getParentalControlSettings()
473
mTvInputManagerHelper
= tvApplication.getTvInputManagerHelper();
474
mTvInputManagerHelper
.addCallback(mTvInputCallback);
481
mChannelTuner = new ChannelTuner(mChannelDataManager,
mTvInputManagerHelper
);
484
mPipInputManager = new PipInputManager(this,
mTvInputManagerHelper
, mChannelTuner);
649
new SendConfigInfoRunnable(mTracker,
mTvInputManagerHelper
), null);
655
mTvInputManagerHelper
.getContentRatingsManager().update();
[
all
...]
/packages/apps/TV/src/com/android/tv/ui/
SelectInputView.java
60
private final TvInputManagerHelper
mTvInputManagerHelper
;
152
mTvInputManagerHelper
= appSingletons.getTvInputManagerHelper();
202
mTvInputManagerHelper
.addCallback(mTvInputCallback);
206
&& !isInputEnabled(
mTvInputManagerHelper
.getTvInputInfo(currentInputId))) {
230
mTvInputManagerHelper
.removeCallback(mTvInputCallback);
250
for (TvInputInfo input :
mTvInputManagerHelper
.getTvInputInfos(false, false)) {
299
return
mTvInputManagerHelper
.getInputState(input)
/packages/apps/TV/src/com/android/tv/menu/
AppLinkCardView.java
73
private final TvInputManagerHelper
mTvInputManagerHelper
;
95
mTvInputManagerHelper
= ((MainActivity) context).getTvInputManagerHelper();
117
ApplicationInfo appInfo =
mTvInputManagerHelper
.getTvInputAppInfo(mChannel.getInputId());
214
mTvInputManagerHelper
.getTvInputAppInfo(mChannel.getInputId()));
/packages/apps/TV/src/com/android/tv/guide/
ProgramTableAdapter.java
72
private final TvInputManagerHelper
mTvInputManagerHelper
;
96
mTvInputManagerHelper
= TvApplication.getSingletons(context).getTvInputManagerHelper();
470
ParentalControlSettings parental =
mTvInputManagerHelper
.getParentalControlSettings();
478
return
mTvInputManagerHelper
.getParentalControlSettings().isParentalControlsEnabled()
483
String name =
mTvInputManagerHelper
.getContentRatingsManager()
515
TvInputInfo info =
mTvInputManagerHelper
.getTvInputInfo(mChannel.getInputId());
ProgramManager.java
58
private final TvInputManagerHelper
mTvInputManagerHelper
;
251
mTvInputManagerHelper
= tvInputManagerHelper;
401
boolean parentalControlsEnabled =
mTvInputManagerHelper
.getParentalControlSettings()
/packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java
102
private TvInputManagerHelper
mTvInputManagerHelper
;
162
mTvInputManagerHelper
= appSingletons.getTvInputManagerHelper();
370
TvInputInfo inputInfo =
mTvInputManagerHelper
.getTvInputInfo(inputId);
Completed in 247 milliseconds