Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DNativeMediaDrmClearkeyTest.java101 if (isWatchDevice()) { in watchHasNoClearkeySupport()
110 private boolean isWatchDevice() { in isWatchDevice() method in NativeMediaDrmClearkeyTest
216 if (isWatchDevice()) { in testClearKeyPlayback()
DMediaCodecPlayerTestBase.java64 if (isWatchDevice()) { in testPlayback()
79 protected boolean isWatchDevice() { in isWatchDevice() method in MediaCodecPlayerTestBase
DMediaDrmClearkeyTest.java426 if (isWatchDevice()) { in testClearKeyPlayback()
476 if (isWatchDevice()) { in testReleaseOfflineLicense()
566 if (isWatchDevice()) { in testQueryKeyStatus()
615 if (isWatchDevice()) { in testOfflineKeyManagement()
1672 if (isWatchDevice()) { in watchHasNoClearkeySupport()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDragDropTest.java313 private boolean isWatchDevice() { in isWatchDevice() method in DragDropTest
320 assumeFalse(isWatchDevice()); in setUp()