Searched defs:testcase (Results 1 – 7 of 7) sorted by relevance
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/ |
D | PowerPolicyTestResult.java | 36 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()
|
D | TestResultTable.java | 52 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()
|
D | PowerPolicyTestHelper.java | 41 public PowerPolicyTestHelper(String testcase, String step, in PowerPolicyTestHelper()
|
/cts/hostsidetests/car/src/android/car/cts/ |
D | PowerPolicyHostTest.java | 69 String testcase = "testPowerPolicySilentModeFull:"; in testPowerPolicySilentMode() local 104 String testcase = "testDefaultStateMachineAtONState:"; in testDefaultStateMachineAtONState() local 126 String testcase = "testPowerPolicyChange:"; in testPowerPolicyChange() local 225 private PowerPolicyTestHelper getTestHelper(String testcase, int stepNo, String stepName) in getTestHelper() 288 private void setClientTestcase(String testcase) throws Exception { in setClientTestcase() 370 private void checkDefaultPowerPolicySet(String testcase) throws Exception { in checkDefaultPowerPolicySet() 380 private void defineAndCheckPolicyTest1(String testcase, int stepNo, in defineAndCheckPolicyTest1() 389 private void defineAndCheckPolicyTest2(String testcase, int stepNo, in defineAndCheckPolicyTest2() 398 private void defineAndCheckPolicyListenerTest(String testcase, int stepNo, in defineAndCheckPolicyListenerTest()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
D | RequesterTestListActivity.java | 99 private void addTestCase(ArrayTestListAdapter adapter, TestCase testcase) { in addTestCase()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | OpenGLES20NativeActivityOne.java | 117 public GL2Renderer(int category, int testcase, CountDownLatch latch) { in GL2Renderer()
|
/cts/hostsidetests/car/app/src/android/car/cts/app/ |
D | PowerPolicyTestClient.java | 135 public void setTestcase(String testcase) { in setTestcase()
|