Searched refs:getRemoteConfig (Results 1 - 7 of 7) sorted by relevance

/packages/apps/TV/src/com/android/tv/config/
H A DRemoteConfigUtils.java30 public static long getRemoteConfig(Context context, String key, long defaultValue) { method in class:RemoteConfigUtils
31 RemoteConfig remoteConfig = TvApplication.getSingletons(context).getRemoteConfig();
H A DDefaultConfigManager.java32 public RemoteConfig getRemoteConfig() { method in class:DefaultConfigManager
H A DRemoteConfigFeature.java41 return TvApplication.getSingletons(context).getRemoteConfig().getBoolean(mKey);
/packages/apps/TV/tests/unit/src/com/android/tv/util/
H A DMockApplicationSingletons.java137 public RemoteConfig getRemoteConfig() { method in class:MockApplicationSingletons
138 return mApp.getRemoteConfig();
/packages/apps/TV/src/com/android/tv/
H A DApplicationSingletons.java82 RemoteConfig getRemoteConfig(); method in interface:ApplicationSingletons
H A DTvApplication.java208 getRemoteConfig().fetch(null);
433 public RemoteConfig getRemoteConfig() { method in class:TvApplication
436 mRemoteConfig = DefaultConfigManager.createInstance(this).getRemoteConfig();
/packages/apps/TV/src/com/android/tv/data/epg/
H A DEpgFetcher.java143 (int) RemoteConfigUtils.getRemoteConfig(

Completed in 163 milliseconds