Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/
DTestUtil.java38 public static void testSetup(final Context context, final TestCase testCase) { in testSetup()
54 public static void testTeardown(final TestCase testCase) { in testTeardown()
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DReorderWidgets.java136 private void triggerWidgetResize(ReorderTestCase testCase) { in triggerWidgetResize()
150 private void runTestCase(ReorderTestCase testCase) { in runTestCase()
DReorderAlgorithmUnitTestCase.java65 ReorderAlgorithmUnitTestCase testCase = new ReorderAlgorithmUnitTestCase(); in readNextCase() local
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DGenerateCorpus.cpp177 void createCorpusEntry(const std::pair<std::string, const TestModel*>& testCase, in createCorpusEntry()
205 [&genDir](const auto& testCase) { createCorpusEntry(testCase, genDir); }); in main()
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DUnbundledChooserActivityWorkProfileTest.java81 public UnbundledChooserActivityWorkProfileTest(TestCase testCase) { in UnbundledChooserActivityWorkProfileTest()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DBpfNetMapsTest.java182 final String testCase = "EnabledChains: " + enableChains + " CheckedChain: " + chain; in doTestIsChainEnabled() local
698 final String testCase = "EnabledChains: " + enableChains + " CheckedChain: " + chain; in doTestGetUidRule() local