Searched refs:isWatchOrAutomotive (Results 1 – 1 of 1) sorted by relevance
44 return !isWatchOrAutomotive(context); in isConfigLockScreenSupported()72 return !isWatchOrAutomotive(context); in isFunSupported()79 return !isWatchOrAutomotive(context); in isScreenTimeoutSupported()86 return !isWatchOrAutomotive(context); in isThirdPartyAccessibilityServiceSupported()93 return !isWatchOrAutomotive(context); in isConfigVpnSupported()135 return !isWatchOrAutomotive(context); in isInstallUnknownSourcesSupported()149 return !isWatchOrAutomotive(context) && !isTelevision(context); in isUsbFileTransferSupported()178 private static boolean isWatchOrAutomotive(Context context) { in isWatchOrAutomotive() method in FeatureUtil