HomeSort by relevance Sort by last modified time
    Searched refs:hasDeviceFeature (Results 1 - 11 of 11) sorted by null

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
CustomManagedProfileTest.java 30 mHasFeature = mHasFeature && hasDeviceFeature("android.software.managed_users");
ProfileOwnerTest.java 57 if (hasDeviceFeature("android.hardware.wifi")) {
MixedManagedProfileOwnerTest.java 39 mHasFeature &= hasDeviceFeature("android.software.managed_users");
DeviceOwnerTest.java 104 if (hasDeviceFeature("android.hardware.wifi")) {
336 final boolean hasWifi = hasDeviceFeature("android.hardware.wifi");
EphemeralUserTest.java 61 if (!mHasFeature || !hasDeviceFeature("android.software.managed_users")
LauncherAppsProfileTest.java 43 mHasFeature = mHasFeature && hasDeviceFeature("android.software.managed_users");
ManagedProfileTest.java 85 mHasFeature = mHasFeature && hasDeviceFeature(
87 mHasNfcFeature = hasDeviceFeature("android.hardware.nfc");
154 if (!mHasFeature || !hasDeviceFeature(FEATURE_WIFI)) {
346 boolean mHasBluetooth = hasDeviceFeature(FEATURE_BLUETOOTH);
362 boolean hasCamera = hasDeviceFeature(FEATURE_CAMERA);
    [all...]
BaseDevicePolicyTest.java 96 && hasDeviceFeature("android.software.device_admin");
300 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException {
  /cts/hostsidetests/tv/src/com/android/cts/tv/
TvInputManagerHostTest.java 82 mHasFeatureLiveTv = hasDeviceFeature(FEATURE_LIVE_TV);
131 private boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException {
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerTestBase.java 253 return hasDeviceFeature("android.software.picture_in_picture")
258 return hasDeviceFeature("android.software.freeform_window_management")
262 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException {
ActivityManagerActivityVisiblityTests.java 47 VISIBLE_BEHIND_ACTIVITY, hasDeviceFeature("android.software.leanback"));

Completed in 183 milliseconds