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

/packages/apps/TV/src/com/android/tv/util/
H A DSetupUtils.java59 private static SetupUtils sSetupUtils; field in class:SetupUtils
90 if (sSetupUtils != null) {
91 return sSetupUtils;
93 sSetupUtils = new SetupUtils((TvApplication) context.getApplicationContext());
94 return sSetupUtils;

Completed in 65 milliseconds