Searched refs:testCases (Results 1 – 7 of 7) sorted by relevance
97 final int[][] testCases = { in testBiometricStrength_StrongSensor() local106 for (int i = 0; i < testCases.length; i++) { in testBiometricStrength_StrongSensor()108 testCases[i][0] /* originalStrength */, in testBiometricStrength_StrongSensor()109 testCases[i][1] /* requestedStrength */); in testBiometricStrength_StrongSensor()182 final int[][] testCases = { in testBiometricStrength_ConvenienceSensor() local191 for (int i = 0; i < testCases.length; i++) { in testBiometricStrength_ConvenienceSensor()193 testCases[i][0] /* originalStrength */, in testBiometricStrength_ConvenienceSensor()194 testCases[i][1] /* requestedStrength */, in testBiometricStrength_ConvenienceSensor()309 final int[][] testCases = { in testBiometricStrengthDowngraded_StrongSensor() local328 for (int i = 0; i < testCases.length; i++) { in testBiometricStrengthDowngraded_StrongSensor()[all …]
831 int[][] testCases = { in testGetFrameAtTimePreviousSync() local833 testGetFrameAtTime(OPTION_PREVIOUS_SYNC, testCases); in testGetFrameAtTimePreviousSync()838 int[][] testCases = { in testGetFrameAtTimeNextSync() local840 testGetFrameAtTime(OPTION_NEXT_SYNC, testCases); in testGetFrameAtTimeNextSync()845 int[][] testCases = { in testGetFrameAtTimeClosestSync() local847 testGetFrameAtTime(OPTION_CLOSEST_SYNC, testCases); in testGetFrameAtTimeClosestSync()852 int[][] testCases = { in testGetFrameAtTimeClosest() local854 testGetFrameAtTime(OPTION_CLOSEST, testCases); in testGetFrameAtTimeClosest()860 int[][] testCases = { in testGetFrameAtTimePreviousSyncEditList() local862 testGetFrameAtTimeEditList(OPTION_PREVIOUS_SYNC, testCases); in testGetFrameAtTimePreviousSyncEditList()[all …]
117 List<TestCase> testCases = Lists.newArrayList(); in readAllFromAssets() local138 testCases.add(testCase); in readAllFromAssets()142 return testCases; in readAllFromAssets()
225 std::vector<WorkDurationCreator> testCases = { in nativeTestReportActualWorkDuration2() local258 for (auto && testCase : testCases) { in nativeTestReportActualWorkDuration2()284 std::vector<WorkDurationCreator> testCases = { in nativeTestReportActualWorkDuration2WithIllegalArgument() local317 for (auto && testCase : testCases) { in nativeTestReportActualWorkDuration2WithIllegalArgument()
111 List<TestCase> testCases = mTestCaseBuilder.getTestCases(); in tearDown() local113 if (testCases.size() == 0) { in tearDown()117 for (TestCase testCase : testCases) { in tearDown()
110 List<TestCase> testCases = mTestCaseBuilder.getTestCases(); in tearDown() local112 if (testCases.size() == 0) { in tearDown()116 for (TestCase testCase : testCases) { in tearDown()
1739 ArrayList<MeteringRectangle[]> testCases = in get3ARegionTestCasesForCamera() local1750 testCases.add( in get3ARegionTestCasesForCamera()1760 testCases.add( in get3ARegionTestCasesForCamera()1770 testCases.add( in get3ARegionTestCasesForCamera()1780 testCases.add( in get3ARegionTestCasesForCamera()1790 testCases.add( in get3ARegionTestCasesForCamera()1801 for (MeteringRectangle[] mr : testCases) { in get3ARegionTestCasesForCamera()1811 return testCases; in get3ARegionTestCasesForCamera()