Searched refs:isWatchDevice (Results 1 – 6 of 6) sorted by relevance
304 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()
68 if (isWatchDevice()) { in testPlayback()83 protected boolean isWatchDevice() { in isWatchDevice() method in MediaCodecPlayerTestBase
100 if (isWatchDevice()) { in watchHasNoClearkeySupport()109 private boolean isWatchDevice() { in isWatchDevice() method in NativeMediaDrmClearkeyTest223 if (isWatchDevice()) { in testClearKeyPlayback()
446 if (isWatchDevice()) { in testClearKeyPlayback()496 if (isWatchDevice()) { in testReleaseOfflineLicense()587 if (isWatchDevice()) { in testQueryKeyStatus()637 if (isWatchDevice()) { in testOfflineKeyManagement()1785 if (isWatchDevice()) { in watchHasNoClearkeySupport()
108 public static boolean isWatchDevice(final Activity activity) { in isWatchDevice() method in CujTestBase
335 private boolean isWatchDevice() { in isWatchDevice() method in DragDropTest342 assumeFalse(isWatchDevice()); in setUp()