Home
last modified time | relevance | path

Searched refs:TEST_CLS (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/silentupdate/src/com/android/tests/hostside/silentupdate/
DSilentUpdateHostsideTests.java37 private static final String TEST_CLS = "com.android.tests.silentupdate.SilentUpdateTests"; field in SilentUpdateHostsideTests
69 runDeviceTests(TEST_PKG, TEST_CLS, "newInstall_RequiresUserAction"); in newInstall_RequiresUserAction()
76 runDeviceTests(TEST_PKG, TEST_CLS, "updateWithUnknownSourcesDisabled_RequiresUserAction"); in updateWithUnknownSourcesDisabled_RequiresUserAction()
83 runDeviceTests(TEST_PKG, TEST_CLS, "updateAsNonInstallerOfRecord_RequiresUserAction"); in updateAsNonInstallerOfRecord_RequiresUserAction()
89 runDeviceTests(TEST_PKG, TEST_CLS, "updatedInstall_RequiresNoUserAction"); in updatedInstall_RequiresNoUserAction()
95 runDeviceTests(TEST_PKG, TEST_CLS, "updatePreTApp_RequiresUserAction"); in updatePreTApp_RequiresUserAction()
101 runDeviceTests(TEST_PKG, TEST_CLS, "updateTApp_RequiresNoUserAction"); in updateTApp_RequiresNoUserAction()
107 runDeviceTests(TEST_PKG, TEST_CLS, "selfUpdate_RequiresNoUserAction"); in selfUpdate_RequiresNoUserAction()
110 runDeviceTests(TEST_PKG, TEST_CLS, "selfUpdate_updateApplied"); in selfUpdate_RequiresNoUserAction()
116 runDeviceTests(TEST_PKG, TEST_CLS, "setRequireUserAction_throwsOnIllegalArgument"); in setRequireUserAction_throwsOnIllegalArgument()
[all …]
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiControlManagerUtility.java32 private static final String TEST_CLS = "android.hdmicec.app.HdmiControlManagerHelper"; field in HdmiControlManagerUtility
63 host.runDeviceTests(device, null, TEST_PKG, TEST_CLS, SELECT_DEVICE, null, in selectDevice()
72 host.runDeviceTests(TEST_PKG, TEST_CLS, SEND_INTERRUPTED_LONG_PRESS); in sendLongPressKeyevent()
78 host.runDeviceTests(TEST_PKG, TEST_CLS, VENDOR_CMD_LISTENER_WITHOUT_ID); in registerVendorCmdListenerWithoutId()
84 host.runDeviceTests(TEST_PKG, TEST_CLS, VENDOR_CMD_LISTENER_WITH_ID); in registerVendorCmdListenerWithId()