Home
last modified time | relevance | path

Searched refs:setupUtils (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
DTvInputNewComparator.java29 public TvInputNewComparator(SetupUtils setupUtils, TvInputManagerHelper inputManager) { in TvInputNewComparator() argument
30 mSetupUtils = setupUtils; in TvInputNewComparator()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DTestSingletonApp.java72 public SetupUtils setupUtils; field in TestSingletonApp
97 setupUtils = new SetupUtils(this, mBuiltInTunerManagerOptional); in onCreate()
198 return setupUtils; in getSetupUtils()