Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/receiver/
H A DBootCompletedReceiver.java73 if (TvFeatures.UNHIDE.isEnabled(context.getApplicationContext())) { in onReceive()
/aosp12/packages/apps/TV/src/com/android/tv/features/
H A DTvFeatures.java73 public static final Feature UNHIDE = field in TvFeatures
/aosp12/packages/apps/TV/src/com/android/tv/
H A DTvApplication.java480 || TvFeatures.UNHIDE.isEnabled(TvApplication.this); in handleInputCountChanged()