HomeSort by relevance Sort by last modified time
    Searched refs:mRemoteConfig (Results 1 - 4 of 4) sorted by null

  /packages/apps/TV/common/src/com/android/tv/common/config/
DefaultConfigManager.java 30 private StubRemoteConfig mRemoteConfig = new StubRemoteConfig();
33 return mRemoteConfig;
  /packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/app/
SampleDvbTuner.java 34 private RemoteConfig mRemoteConfig;
58 if (mRemoteConfig == null) {
60 mRemoteConfig = DefaultConfigManager.createInstance(this).getRemoteConfig();
62 return mRemoteConfig;
  /packages/apps/TV/src/com/android/tv/app/
LiveTvApplication.java 62 private RemoteConfig mRemoteConfig;
133 if (mRemoteConfig == null) {
135 mRemoteConfig = DefaultConfigManager.createInstance(this).getRemoteConfig();
137 return mRemoteConfig;
  /packages/apps/TV/src/com/android/tv/data/
ProgramDataManager.java 96 private final RemoteConfig mRemoteConfig;
146 mRemoteConfig = remoteConfig;
472 + TimeUnit.HOURS.toMillis(PROGRAM_GUIDE_MAX_HOURS.get(mRemoteConfig));

Completed in 201 milliseconds