Searched refs:InfoFragment (Results 1 – 25 of 26) sorted by relevance
12
28 import com.android.tv.twopanelsettings.slices.InfoFragment;54 private abstract static class BaseInfoFragment extends InfoFragment {
28 import com.android.tv.twopanelsettings.slices.InfoFragment;59 private abstract static class BaseInfoFragment extends InfoFragment {
28 import com.android.tv.twopanelsettings.slices.InfoFragment;72 private abstract static class BaseInfoFragment extends InfoFragment {
30 import com.android.tv.twopanelsettings.slices.InfoFragment;36 public class FontScalePreviewFragment extends InfoFragment implements OnLayoutChangeListener {
33 import com.android.tv.twopanelsettings.slices.InfoFragment;86 private abstract static class BaseInfoFragment extends InfoFragment {
28 import com.android.tv.twopanelsettings.slices.InfoFragment;145 private abstract static class BaseInfoFragment extends InfoFragment {
29 import com.android.tv.twopanelsettings.slices.InfoFragment;33 public class WiFiAlwaysScanInfoFragment extends InfoFragment {
29 import com.android.tv.twopanelsettings.slices.InfoFragment;33 public class WiFiEasyConnectInfoFragment extends InfoFragment {
28 import com.android.tv.twopanelsettings.slices.InfoFragment;32 public class AdsInfoFragment extends InfoFragment {
34 import com.android.tv.twopanelsettings.slices.InfoFragment;42 public class PhysicalPrivacyUnblockInfoFragment extends InfoFragment {
36 import com.android.tv.twopanelsettings.slices.InfoFragment;44 public class SensorToggleInfoFragment extends InfoFragment {
41 import com.android.tv.twopanelsettings.slices.InfoFragment;63 mMicRemoteToggle.setFragment(InfoFragment.class.getCanonicalName()); in addHardwareToggle()
28 import com.android.tv.twopanelsettings.slices.InfoFragment;32 public class SystemUpdateInfoFragment extends InfoFragment {
28 import com.android.tv.twopanelsettings.slices.InfoFragment;32 public class FactoryResetInfoFragment extends InfoFragment {
29 import com.android.tv.twopanelsettings.slices.InfoFragment;32 public class AccessibilityTimeoutInfoFragment extends InfoFragment {
36 import com.android.tv.twopanelsettings.slices.InfoFragment;50 public class AccessibilityColorCorrectionPreviewFragment extends InfoFragment {
29 import com.android.tv.twopanelsettings.slices.InfoFragment;33 public class BasicModeAccountsAndSignInInfoFragment extends InfoFragment {
29 import com.android.tv.twopanelsettings.slices.InfoFragment;35 public class BasicModeExitSuggestionInfoFragment extends InfoFragment {
29 import com.android.tv.twopanelsettings.slices.InfoFragment;35 public class LimitNetworkInStandbyInfoFragment extends InfoFragment {
41 import com.android.tv.twopanelsettings.slices.InfoFragment;159 public static class EnergyModeInfoFragment extends InfoFragment {
31 import com.android.tv.twopanelsettings.slices.InfoFragment;35 public class WirelessDebuggingInfoFragment extends InfoFragment {
73 import com.android.tv.twopanelsettings.slices.InfoFragment;246 return InfoFragment.class.isAssignableFrom(Class.forName(fragment)); in isInfoFragment()267 if (!(preview instanceof InfoFragment)) { in onPreferenceStartFragment()799 if (!(previewFragment instanceof InfoFragment) in forward()858 if (isA11yOn() && preview instanceof InfoFragment && preview.getView() != null in back()973 && !(fragmentToBecomePreviewPanel instanceof InfoFragment); in moveToPanel()1088 f == fragmentToBecomeMainPanel || f instanceof InfoFragment in moveToPanel()1161 && InfoFragment.class.isAssignableFrom( in refocusPreference()1212 preference.setFragment(InfoFragment.class.getCanonicalName()); in updatePreferenceWithErrorMessage()1258 if (existingPreviewFragment instanceof InfoFragment) { in updateInfoFragmentStatus()[all …]
47 import com.android.tv.twopanelsettings.slices.InfoFragment;153 public static class ClearCachedDataInfoFragment extends InfoFragment {
234 b.putBoolean(InfoFragment.EXTRA_INFO_HAS_STATUS, true); in getPreference()238 b.putBoolean(InfoFragment.EXTRA_INFO_HAS_STATUS, false); in getPreference()273 preference.setFragment(InfoFragment.class.getCanonicalName()); in getPreference()
36 public class InfoFragment extends Fragment { class