Searched refs:assumeHasDeviceFeature (Results 1 – 3 of 3) sorted by relevance
703 private void assumeHasDeviceFeature(String feature) throws DeviceNotAvailableException { in assumeHasDeviceFeature() method in BaseDevicePolicyTest735 assumeHasDeviceFeature(FEATURE_WIFI); in assumeHasWifiFeature()739 assumeHasDeviceFeature(FEATURE_TELEPHONY); in assumeHasTelephonyFeature()747 assumeHasDeviceFeature(FEATURE_NFC); in assumeHasNfcFeatures()748 assumeHasDeviceFeature(FEATURE_NFC_BEAM); in assumeHasNfcFeatures()754 assumeHasDeviceFeature(FEATURE_CONNECTION_SERVICE); in assumeHasTelephonyAndConnectionServiceFeatures()758 assumeHasDeviceFeature(FEATURE_SECURE_LOCK_SCREEN); in assumeHasSecureLockScreenFeature()768 assumeHasDeviceFeature(FEATURE_FBE); in assumeHasFileBasedEncryptionAndSecureLockScreenFeatures()773 assumeHasDeviceFeature(FEATURE_PRINT); in assumeHasPrintFeature()777 assumeHasDeviceFeature(FEATURE_CAMERA); in assumeHasCameraFeature()[all …]
114 assumeHasDeviceFeature(FEATURE_DEVICE_ADMIN); in assumeRequiredManagedProfileFeaturesSupported()115 assumeHasDeviceFeature(FEATURE_MANAGED_USERS); in assumeRequiredManagedProfileFeaturesSupported()
143 protected static void assumeHasDeviceFeature(String feature) in assumeHasDeviceFeature() method in AppCloningBaseHostTest