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

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
MixedProfileOwnerHostSideTransferTest.java 36 mHasFeature &= hasDeviceFeature("android.software.managed_users");
CustomManagedProfileTest.java 30 mHasFeature = mHasFeature && hasDeviceFeature("android.software.managed_users");
ManagedProfileProvisioningSingleAdminTest.java 35 mHasFeature = mHasFeature && hasDeviceFeature("android.software.managed_users");
MixedDeviceOwnerHostSideTransferTest.java 53 if (!mHasFeature || !hasDeviceFeature("android.software.managed_users")) {
76 if (!mHasFeature || !hasDeviceFeature("android.software.managed_users")) {
MixedManagedProfileOwnerTestApi25.java 32 mHasFeature &= hasDeviceFeature("android.software.managed_users");
ProfileOwnerTest.java 50 if (!mHasFeature || !hasDeviceFeature("android.hardware.wifi")) {
EphemeralUserTest.java 61 if (!mHasFeature || !hasDeviceFeature("android.software.managed_users")
ManagedProfileProvisioningTest.java 30 mHasFeature = mHasFeature && hasDeviceFeature(
MixedManagedProfileOwnerTest.java 35 mHasFeature &= hasDeviceFeature("android.software.managed_users");
QuietModeHostsideTest.java 27 mHasFeature = mHasFeature & hasDeviceFeature("android.software.managed_users");
CrossProfileAppsHostSideTest.java 30 mHasManagedUserFeature = hasDeviceFeature("android.software.managed_users");
DeviceOwnerTest.java 88 && hasDeviceFeature("android.software.managed_users");
115 if (!hasDeviceFeature("android.hardware.wifi")) {
593 final boolean hasWifi = hasDeviceFeature("android.hardware.wifi");
608 final boolean hasWifi = hasDeviceFeature("android.hardware.wifi");
670 if (!hasDeviceFeature("android.software.managed_users")) {
    [all...]
LauncherAppsProfileTest.java 43 mHasFeature = mHasFeature && hasDeviceFeature("android.software.managed_users");
ManagedProfileTest.java 107 mHasFeature = mHasFeature && hasDeviceFeature(
109 mHasNfcFeature = hasDeviceFeature("android.hardware.nfc");
336 if (!mHasFeature || !hasDeviceFeature(FEATURE_WIFI)) {
355 if (!mHasFeature || !hasDeviceFeature(FEATURE_WIFI)) {
696 boolean hasBluetooth = hasDeviceFeature(FEATURE_BLUETOOTH);
712 boolean hasCamera = hasDeviceFeature(FEATURE_CAMERA);
    [all...]
DeviceAndProfileOwnerTest.java 653 boolean mHasAutofill = hasDeviceFeature("android.software.autofill");
676 boolean mIsWatch = hasDeviceFeature("android.hardware.type.watch");
    [all...]
DeviceOwnerPlusProfileOwnerTest.java 56 mHasFeature = mHasFeature && hasDeviceFeature("android.software.managed_users");
BaseDevicePolicyTest.java 136 mHasFeature = mHasFeature && hasDeviceFeature("android.software.device_admin");
139 mSupportsFbe = hasDeviceFeature("android.software.file_based_encryption");
480 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException {
    [all...]
  /cts/hostsidetests/tv/src/com/android/cts/tv/
TvInputManagerHostTest.java 81 mHasFeatureLiveTv = hasDeviceFeature(FEATURE_LIVE_TV);
130 private boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException {
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
ActivityManagerTestBase.java 487 return hasDeviceFeature(FEATURE_VR_MODE_HIGH_PERFORMANCE);
491 return hasDeviceFeature(FEATURE_PICTURE_IN_PICTURE)
496 return hasDeviceFeature(FEATURE_FREEFORM_WINDOW_MANAGEMENT)
502 return !hasDeviceFeature(FEATURE_LEANBACK)
503 && !hasDeviceFeature(FEATURE_EMBEDDED);
508 return !hasDeviceFeature(FEATURE_LEANBACK)
509 && !hasDeviceFeature(FEATURE_WATCH)
510 && !hasDeviceFeature(FEATURE_EMBEDDED);
514 return hasDeviceFeature(FEATURE_WATCH);
566 final boolean supportsLandscape = hasDeviceFeature(FEATURE_SCREEN_LANDSCAPE)
    [all...]
  /cts/hostsidetests/media/src/android/media/session/cts/
MediaSessionManagerHostTest.java 219 if (!hasDeviceFeature("android.software.managed_users")) {
  /cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
InputMethodServiceLifecycleTest.java 58 assumeTrue(hasDeviceFeature(ShellCommandUtils.FEATURE_INPUT_METHODS));
  /cts/hostsidetests/media/src/android/media/cts/
BaseMultiUserTest.java 348 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException {
  /cts/tests/tests/keystore/src/android/server/am/
ActivityManagerTestBase.java 243 protected boolean hasDeviceFeature(final String requiredFeature) {
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerDisplayTestBase.java 468 return hasDeviceFeature(FEATURE_ACTIVITIES_ON_SECONDARY_DISPLAYS);
  /tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
BaseHostJUnit4Test.java 673 public boolean hasDeviceFeature(String feature) throws DeviceNotAvailableException {

Completed in 410 milliseconds