Home
last modified time | relevance | path

Searched refs:isWatchDevice (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/mediacujtest/smalltest/src/android/media/cujsmalltest/cts/
DCtsMediaShortFormPlaybackTest.java304 isWatchDevice(mActivity)); in testVideoPlayback()
309 isWatchDevice(mActivity)); in testVideoPlayback()
320 Assume.assumeFalse("Skipping " + mTestType + " on watch", isWatchDevice(mActivity)); in testVideoPlayback()
323 Assume.assumeFalse("Skipping " + mTestType + " on watch", isWatchDevice(mActivity)); in testVideoPlayback()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecPlayerTestBase.java68 if (isWatchDevice()) { in testPlayback()
83 protected boolean isWatchDevice() { in isWatchDevice() method in MediaCodecPlayerTestBase
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DNativeMediaDrmClearkeyTest.java100 if (isWatchDevice()) { in watchHasNoClearkeySupport()
109 private boolean isWatchDevice() { in isWatchDevice() method in NativeMediaDrmClearkeyTest
223 if (isWatchDevice()) { in testClearKeyPlayback()
DMediaDrmClearkeyTest.java446 if (isWatchDevice()) { in testClearKeyPlayback()
496 if (isWatchDevice()) { in testReleaseOfflineLicense()
587 if (isWatchDevice()) { in testQueryKeyStatus()
637 if (isWatchDevice()) { in testOfflineKeyManagement()
1785 if (isWatchDevice()) { in watchHasNoClearkeySupport()
/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DCujTestBase.java108 public static boolean isWatchDevice(final Activity activity) { in isWatchDevice() method in CujTestBase
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DDragDropTest.java335 private boolean isWatchDevice() { in isWatchDevice() method in DragDropTest
342 assumeFalse(isWatchDevice()); in setUp()