Home
last modified time | relevance | path

Searched refs:setShouldShowSetupActivity (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
H A DBaseTunerSetupActivity.java355 TunerPreferences.setShouldShowSetupActivity(context, true); in onTvInputEnabled()
358 TunerPreferences.setShouldShowSetupActivity(context, false); in onTvInputEnabled()
/aosp12/packages/apps/TV/common/src/com/android/tv/common/
H A DCommonPreferences.java159 public static synchronized void setShouldShowSetupActivity(Context context, boolean need) { in setShouldShowSetupActivity() method in CommonPreferences
/aosp12/packages/apps/TV/src/com/android/tv/
H A DMainActivity.java485 CommonPreferences.setShouldShowSetupActivity(MainActivity.this, false);