Searched defs:createSetupIntent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/
H A DTvCommonUtils.java32 public static Intent createSetupIntent(Intent originalSetupIntent, String inputId) { method in class:TvCommonUtils
50 public static Intent createSetupIntent(TvInputInfo input) { method in class:TvCommonUtils
51 return createSetupIntent(input.createSetupIntent(), input.getId());

Completed in 120 milliseconds