Searched refs:mRemoteConfig (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/config/
H A DDefaultConfigManager.java30 private StubRemoteConfig mRemoteConfig = new StubRemoteConfig(); field in class:DefaultConfigManager
33 return mRemoteConfig;
/packages/apps/TV/src/com/android/tv/
H A DTvApplication.java108 private RemoteConfig mRemoteConfig; field in class:TvApplication
434 if (mRemoteConfig == null) {
436 mRemoteConfig = DefaultConfigManager.createInstance(this).getRemoteConfig();
438 return mRemoteConfig;

Completed in 67 milliseconds