Home
last modified time | relevance | path

Searched defs:testcase (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestResult.java36 public void addCriteria(String testcase, String action, String subject, String data) in addCriteria()
75 public void checkLastTestResultEntry(String testcase, String action, in checkLastTestResultEntry()
83 public void checkLastTestResultEntry(String testcase, String action, in checkLastTestResultEntry()
93 public boolean checkLastTestResultEntryData(String testcase, String action, in checkLastTestResultEntryData()
DTestResultTable.java52 public void add(String testcase, String action, String subject, String data) in add()
74 private RecordEntry(String testcase, String action, String subject, String data) { in RecordEntry()
136 public boolean equalsWithPowerPolicyData(String testcase, String action, in equalsWithPowerPolicyData()
DPowerPolicyTestHelper.java43 public PowerPolicyTestHelper(String testcase, String step, in PowerPolicyTestHelper()
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java75 String testcase = "testPowerPolicySilentModeFull:"; in testPowerPolicySilentMode() local
112 String testcase = "testDefaultStateMachineAtONState:"; in testDefaultStateMachineAtONState() local
135 String testcase = "testPowerPolicyChange:"; in testPowerPolicyChange() local
242 private PowerPolicyTestHelper getTestHelper(String testcase, int stepNo, String stepName) in getTestHelper()
305 private void setClientTestcase(String testcase, int userId) throws Exception { in setClientTestcase()
395 private void defineAndCheckPolicyTest1(String testcase, int stepNo, in defineAndCheckPolicyTest1()
404 private void defineAndCheckPolicyTest2(String testcase, int stepNo, in defineAndCheckPolicyTest2()
413 private void defineAndCheckPolicyListenerTest(String testcase, int stepNo, in defineAndCheckPolicyListenerTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DRequesterTestListActivity.java99 private void addTestCase(ArrayTestListAdapter adapter, TestCase testcase) { in addTestCase()
/cts/tests/tests/opengl/src/android/opengl/cts/
DOpenGLES20NativeActivityOne.java117 public GL2Renderer(int category, int testcase, CountDownLatch latch) { in GL2Renderer()
/cts/hostsidetests/car/app/src/android/car/cts/app/
DPowerPolicyTestClient.java135 public void setTestcase(String testcase) { in setTestcase()