Home
last modified time | relevance | path

Searched refs:isWatch (Results 1 – 18 of 18) sorted by relevance

/cts/tests/framework/base/windowmanager/testsdk28/src/android/server/wm/
DAspectRatioSdk28Tests.java58 boolean isWatch = getInstrumentation().getContext().getPackageManager() in testMaxAspectRatioPreQActivity()
60 float minAspectRatio = isWatch ? MIN_WATCH_DEVICE_ASPECT_RATIO : MIN_DEVICE_ASPECT_RATIO; in testMaxAspectRatioPreQActivity()
/cts/tests/app/src/android/app/cts/
DActivityManagerMemoryClassTest.java163 boolean isWatch) { in getExpectedMemorySize() argument
165 if (isWatch) { in getExpectedMemorySize()
242 boolean isWatch = in assertMemoryForScreenDensity()
245 ExpectedMemorySizesClass.getExpectedMemorySize(screenSize, screenDensity, isWatch); in assertMemoryForScreenDensity()
DUiModeManagerTest.java48 } else if (isWatch()) { in testUiMode()
166 private boolean isWatch() { in isWatch() method in UiModeManagerTest
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DSuspendPackageTest.java97 if (isWatch()) { in dismissPolicyTransparencyDialog()
121 private boolean isWatch() { in isWatch() method in SuspendPackageTest
/cts/tests/tests/content/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
DCtsSyncAccountAccessOtherCertTestCases.java26 import static com.android.cts.content.Utils.isWatch;
115 if (isWatch()) { in testAccountAccess_otherCertAsAuthenticatorCanNotSeeAccount()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFeatureUtil.java85 public static boolean isWatch() { in isWatch() method in FeatureUtil
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DFeatureUtil.java84 public static boolean isWatch() { in isWatch() method in FeatureUtil
/cts/tests/tests/widget/src/android/widget/cts/
DTimePickerTest.java360 private boolean isWatch() { in isWatch() method in TimePickerTest
367 if (isWatch()) { in testKeyboardTabTraversalModeClock()
393 if (isWatch()) { in testKeyboardTabTraversalModeSpinner()
422 if (isWatch()) { in testKeyboardInputModeClockAmPm()
501 if (isWatch()) { in testKeyboardInputModeClock24H()
554 if (isWatch()) { in testKeyboardInputModeSpinnerAmPm()
672 if (isWatch()) { in testKeyboardInputModeSpinner24H()
DNumberPickerTest.java326 private boolean isWatch() { in isWatch() method in NumberPickerTest
385 if (!isWatch()) { in testInteractionWithSwipeDown()
454 if (!isWatch()) { in testInteractionWithSwipeUp()
DEditTextTest.java344 private boolean isWatch() { in isWatch() method in EditTextTest
355 if (isWatch()) { in testHyphenationFrequencyDefaultValue()
DAbsListViewTest.java151 private boolean isWatch() { in isWatch() method in AbsListViewTest
1038 if (!isWatch()) { in testCheckedItemsUnderMultipleModalChoiceMode()
1046 if (!isWatch()) { in testCheckedItemsUnderMultipleModalChoiceMode()
1054 if (!isWatch()) { in testCheckedItemsUnderMultipleModalChoiceMode()
1063 if (!isWatch()) { in testCheckedItemsUnderMultipleModalChoiceMode()
1072 if (isWatch()) { in testMultiSelectionWithLongPressAndTaps()
DTextViewTest.java6618 if (isWatch()) { in testSetGetHyphenationFrequency()
8079 private boolean isWatch() { in isWatch() method
8086 if (isWatch()) { in testSmartSelection_dragSelection()
8362 if (isWatch()) { in testHyphenationFrequencyDefaultValue()
/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationTest.java56 if (FeatureUtil.isWatch()) { in testScreenConfiguration()
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
DUtils.java53 public static boolean isWatch() { in isWatch() method in Utils
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTransitionSelectionTests.java72 Assume.assumeTrue(!isWatch()); in setUp()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecListTest.java307 private boolean isWatch() { in isWatch() method in MediaCodecListTest
390 if (hasMicrophone() && !isWatch()) { in getRequiredCodecTypes()
407 if (!isWatch()) { in getRequiredCodecTypes()
446 if (hasMicrophone() && !isWatch()) { in testFindEncoderWithAacProfile()
/cts/tests/tests/content/src/android/content/cts/
DAvailableIntentsTest.java395 if (FeatureUtil.isTV() || FeatureUtil.isAutomotive() || FeatureUtil.isWatch()) { in testSettingsSearchIntent()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java795 protected boolean isWatch() { in isWatch() method in ActivityManagerTestBase